diff --git a/firmware/drivers/rtc.h b/firmware/drivers/rtc.h index 00b4db5596..695683ea87 100644 --- a/firmware/drivers/rtc.h +++ b/firmware/drivers/rtc.h @@ -20,6 +20,7 @@ #define _RTC_H_ #ifdef HAVE_RTC +void rtc_init(void); int rtc_read(unsigned char address); int rtc_write(unsigned char address, unsigned char value); #endif