mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Moved MCU specific defines into 'common_pre.h' if not used in t… (#9117)
Moved MCU specific defines into 'common_pre.h' if not used in the STM32 libraries.
This commit is contained in:
commit
bd240140ec
3 changed files with 5 additions and 1 deletions
|
@ -120,6 +120,7 @@
|
|||
#define USE_DMA_SPEC
|
||||
#define USE_TIMER_MGMT
|
||||
#define USE_PERSISTENT_OBJECTS
|
||||
#define USE_DMA_RAM
|
||||
#endif
|
||||
|
||||
#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue