1
0
Fork 0
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:
Kevin Berner 2021-02-18 11:38:07 -06:00
parent 7cce28131f
commit 8b55e3ffb2
3 changed files with 9 additions and 1 deletions

View file

@ -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