mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #4780 from martinbudden/bfa_f722_itcm_ram
Only turn use ITCM RAM for F722
This commit is contained in:
commit
b924ac0c9c
1 changed files with 3 additions and 1 deletions
|
@ -52,8 +52,10 @@
|
|||
#define USE_GYRO_DATA_ANALYSE
|
||||
#endif
|
||||
|
||||
#ifdef STM32F7
|
||||
#ifdef STM32F722xx
|
||||
#define USE_ITCM_RAM
|
||||
#endif
|
||||
#ifdef STM32F7
|
||||
#define USE_DSHOT
|
||||
#define USE_DSHOT_DMAR
|
||||
#define USE_ESC_SENSOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue