mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix G473 AF5 Timers
This commit is contained in:
parent
7cce28131f
commit
8b55e3ffb2
3 changed files with 9 additions and 1 deletions
|
@ -176,7 +176,7 @@ extern const timerHardware_t timerHardware[];
|
|||
|
||||
#elif defined(STM32G4)
|
||||
|
||||
#define FULL_TIMER_CHANNEL_COUNT 91 // XXX Need review
|
||||
#define FULL_TIMER_CHANNEL_COUNT 93 // XXX Need review
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue