mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Removing Custom Defaults (#12425)
This commit is contained in:
parent
68136910d0
commit
ee77239db1
48 changed files with 155 additions and 552 deletions
|
@ -125,7 +125,6 @@
|
|||
#define USE_MCO
|
||||
#define USE_DMA_SPEC
|
||||
#define USE_PERSISTENT_OBJECTS
|
||||
#define USE_CUSTOM_DEFAULTS_ADDRESS
|
||||
#define USE_LATE_TASK_STATISTICS
|
||||
|
||||
#if defined(STM32F40_41xxx) || defined(STM32F411xE)
|
||||
|
@ -148,7 +147,6 @@
|
|||
#define USE_MCO
|
||||
#define USE_DMA_SPEC
|
||||
#define USE_PERSISTENT_OBJECTS
|
||||
#define USE_CUSTOM_DEFAULTS_ADDRESS
|
||||
#define USE_LATE_TASK_STATISTICS
|
||||
#endif // STM32F7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue