mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-06-25 06:50:38 -04:00
Cleanup
This commit is contained in:
parent
659fb2bc14
commit
c75cfbf7c7
1 changed files with 1 additions and 3 deletions
4
Boards.h
4
Boards.h
|
@ -780,8 +780,6 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#elif BOARD_VARIANT == MODEL_AC // SX1280 with PA
|
#elif BOARD_VARIANT == MODEL_AC // SX1280 with PA
|
||||||
//#define CONFIG_UART_BUFFER_SIZE 40000
|
|
||||||
//#define CONFIG_QUEUE_0_SIZE 40000
|
|
||||||
#define CONFIG_QUEUE_0_SIZE 6144
|
#define CONFIG_QUEUE_0_SIZE 6144
|
||||||
const uint8_t interfaces[INTERFACE_COUNT] = {SX1280};
|
const uint8_t interfaces[INTERFACE_COUNT] = {SX1280};
|
||||||
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
||||||
|
@ -1303,6 +1301,7 @@
|
||||||
-1 // pin_tcxo_enable
|
-1 // pin_tcxo_enable
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -1487,5 +1486,4 @@
|
||||||
#ifndef NP_M
|
#ifndef NP_M
|
||||||
#define NP_M 0.15
|
#define NP_M 0.15
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue