1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00
This commit is contained in:
blckmn 2016-06-19 22:16:33 +10:00
parent 03b7ab62dc
commit 9290284efb

View file

@ -95,7 +95,9 @@ typedef struct {
#define HARDWARE_TIMER_DEFINITION_COUNT 10
#elif defined(STM32F4)
#define HARDWARE_TIMER_DEFINITION_COUNT 14
#endif
#endif
extern const timerHardware_t timerHardware[];
extern const timerDef_t timerDefinitions[];