From 7de6001d72a99cc0d9124541dd702cadb9b9c242 Mon Sep 17 00:00:00 2001 From: blckmn Date: Sun, 19 Jun 2016 22:08:28 +1000 Subject: [PATCH] CRLF issue --- src/main/drivers/timer.h | 1 + 1 file changed, 1 insertion(+) 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[];