diff --git a/src/main/drivers/timer.h b/src/main/drivers/timer.h index d193bf274..eccb3fd06 100644 --- a/src/main/drivers/timer.h +++ b/src/main/drivers/timer.h @@ -96,6 +96,7 @@ typedef struct { #elif defined(STM32F4) #define HARDWARE_TIMER_DEFINITION_COUNT 14 #endif + extern const timerHardware_t timerHardware[]; extern const timerDef_t timerDefinitions[];