mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Remove SONAR and DISPLAY from CC3D target to free up enough Flash
free up some more space for CC3D
This commit is contained in:
parent
3fe26ef76e
commit
85af28fd86
1 changed files with 3 additions and 2 deletions
|
@ -134,12 +134,13 @@
|
||||||
#define S1W_RX_GPIO GPIOB
|
#define S1W_RX_GPIO GPIOB
|
||||||
#define S1W_RX_PIN GPIO_Pin_11
|
#define S1W_RX_PIN GPIO_Pin_11
|
||||||
|
|
||||||
#if defined(OPBL) && defined(USE_SERIAL_1WIRE)
|
|
||||||
#undef DISPLAY
|
#undef DISPLAY
|
||||||
#undef SONAR
|
#undef SONAR
|
||||||
|
#if defined(OPBL) && defined(USE_SERIAL_1WIRE)
|
||||||
#undef BARO
|
#undef BARO
|
||||||
#define SKIP_CLI_COMMAND_HELP
|
#undef BLACKBOX
|
||||||
#endif
|
#endif
|
||||||
|
#define SKIP_CLI_COMMAND_HELP
|
||||||
|
|
||||||
#define SPEKTRUM_BIND
|
#define SPEKTRUM_BIND
|
||||||
// USART3, PB11 (Flexport)
|
// USART3, PB11 (Flexport)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue