mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 23:45:32 -04:00
Fix nRF52 compilation error
This commit is contained in:
parent
fe563fac29
commit
cce8b0c18a
2 changed files with 5 additions and 2 deletions
1
Config.h
1
Config.h
|
@ -330,6 +330,7 @@
|
|||
const int pin_dio = 47;
|
||||
const int pin_led_rx = LED_BLUE;
|
||||
const int pin_led_tx = LED_GREEN;
|
||||
const int pin_tcxo_enable = -1;
|
||||
#endif
|
||||
#else
|
||||
#error An unsupported board was selected. Cannot compile RNode firmware.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue