mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Revert "Remove OpenPilot bootloader support."
This reverts commit 0150abf1bc
.
Conflicts:
src/main/target/CC3D/target.h
This commit is contained in:
parent
e25087bbbc
commit
05dec6c21e
7 changed files with 51 additions and 11 deletions
|
@ -132,20 +132,13 @@
|
|||
#define S1W_RX_GPIO GPIOB
|
||||
#define S1W_RX_PIN GPIO_Pin_11
|
||||
|
||||
#if defined(OPBL)
|
||||
// disabled some features for OPBL build due to code size.
|
||||
#undef AUTOTUNE
|
||||
#undef BARO
|
||||
#undef DISPLAY
|
||||
#undef SONAR
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#endif
|
||||
|
||||
#if defined(OPBL) && defined(USE_SERIAL_1WIRE)
|
||||
#undef DISPLAY
|
||||
#undef SONAR
|
||||
#undef BARO
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#endif
|
||||
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART3, PB11 (Flexport)
|
||||
#define BIND_PORT GPIOB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue