1
0
Fork 0
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:
borisbstyle 2016-01-14 14:46:22 +01:00
parent 3fe26ef76e
commit 85af28fd86

View file

@ -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)