mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Added support for F411, F446, F745, F765.
Added MATEKSYSF411 target config. Added CRAZYBEEF4FR unified config.
This commit is contained in:
parent
1507cc880c
commit
de8f4028e3
7 changed files with 197 additions and 16 deletions
|
@ -167,11 +167,11 @@ extern const timerHardware_t timerHardware[];
|
|||
#endif
|
||||
|
||||
#if defined(USE_TIMER_MGMT)
|
||||
#if defined(STM32F40_41xxx)
|
||||
#if defined(STM32F4)
|
||||
|
||||
#define FULL_TIMER_CHANNEL_COUNT 70
|
||||
|
||||
#elif defined(STM32F722xx)
|
||||
#elif defined(STM32F7)
|
||||
|
||||
#define FULL_TIMER_CHANNEL_COUNT 70
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue