From: jacob.eva Date: Sat, 20 Jan 2024 11:47:24 +0000 (+0000) Subject: Fixed NRF52 compilation error X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=f4c2fa592d8f468d11644f5f87b5a5d6dab785b9;p=lora-radio.git Fixed NRF52 compilation error --- diff --git a/Config.h b/Config.h index 85e4a41..4eda6c7 100644 --- a/Config.h +++ b/Config.h @@ -99,8 +99,6 @@ #define HAS_PMU false #define HAS_NP false #define HAS_EEPROM false - const int pin_rxen = -1; - const int pin_busy = -1; #if MCU_VARIANT == MCU_1284P const int pin_cs = 4; @@ -308,16 +306,17 @@ #define EEPROM_OFFSET EEPROM_SIZE+0xED000-EEPROM_RESERVED // following pins are for the sx1262 - pin_rxen = 37; + const int pin_rxen = 37; const int pin_reset = 38; const int pin_cs = 42; const int pin_sclk = 43; const int pin_mosi = 44; const int pin_miso = 45; - pin_busy = 46; + const int pin_busy = 46; const int pin_dio = 47; const int pin_led_rx = LED_BLUE; const int pin_led_tx = LED_GREEN; + #define RXEN_BUSY_PINS #endif #else #error An unsupported board was selected. Cannot compile RNode firmware. @@ -341,6 +340,11 @@ #endif // MCU independent configuration parameters + #ifndef RXEN_BUSY_PINS + const int pin_rxen = -1; + const int pin_busy = -1; + #endif + const long serial_baudrate = 115200; // SX1276 RSSI offset to get dBm value from