mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
[4.4.1] FIX: Blackbox (as applied to 4.5.0) (#12520)
FIX: Blackbox (as applied to 4.5.0)
This commit is contained in:
parent
a88e6fc67d
commit
904532df1c
2 changed files with 4 additions and 4 deletions
|
@ -233,6 +233,10 @@
|
|||
#undef USE_ADC_INTERNAL
|
||||
#endif
|
||||
|
||||
#if (defined(USE_SDCARD) || defined(USE_FLASH)) && !defined(USE_BLACKBOX)
|
||||
#define USE_BLACKBOX
|
||||
#endif
|
||||
|
||||
#ifdef USE_FLASH
|
||||
#define USE_FLASHFS
|
||||
#define USE_FLASH_TOOLS
|
||||
|
|
|
@ -439,10 +439,6 @@ extern uint8_t _dmaram_end__;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined(USE_SDCARD) || defined(USE_FLASH)) && !defined(USE_BLACKBOX)
|
||||
#define USE_BLACKBOX
|
||||
#endif
|
||||
|
||||
#if defined(USE_PINIO)
|
||||
#define USE_PINIOBOX
|
||||
#define USE_PIN_PULL_UP_DOWN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue