summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/rtc.h')
-rw-r--r--stmhal/rtc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stmhal/rtc.h b/stmhal/rtc.h
index 6aacd653c6..c8f215c053 100644
--- a/stmhal/rtc.h
+++ b/stmhal/rtc.h
@@ -27,4 +27,5 @@
extern RTC_HandleTypeDef RTCHandle;
extern const mp_obj_type_t pyb_rtc_type;
-void rtc_init(void);
+void rtc_init_start(void);
+void rtc_init_finalise(void);