diff --git a/inc/rtc.h b/inc/rtc.h --- a/inc/rtc.h +++ b/inc/rtc.h @@ -1,7 +1,11 @@ #ifndef __rtc_H #define __rtc_H +#include "stm32f0xx_hal.h" + void rtc_init(void); +RTC_HandleTypeDef* rtc_gethandle(void); + #endif /*__ rtc_H */