diff options
Diffstat (limited to 'testhal/STM32F1xx/RTC/main.c')
-rw-r--r-- | testhal/STM32F1xx/RTC/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32F1xx/RTC/main.c b/testhal/STM32F1xx/RTC/main.c index bd3faa493..380afdad3 100644 --- a/testhal/STM32F1xx/RTC/main.c +++ b/testhal/STM32F1xx/RTC/main.c @@ -21,6 +21,8 @@ #include "ch.h"
#include "hal.h"
+#include "chrtclib.h"
+
RTCTime timespec;
RTCAlarm alarmspec;
|