diff options
Diffstat (limited to 'stmhal/rtc.h')
-rw-r--r-- | stmhal/rtc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stmhal/rtc.h b/stmhal/rtc.h index fee4da8882..22d8af97cb 100644 --- a/stmhal/rtc.h +++ b/stmhal/rtc.h @@ -1,4 +1,4 @@ -void rtc_init(void); +extern RTC_HandleTypeDef RTCHandle; +extern const mp_obj_type_t pyb_rtc_type; -MP_DECLARE_CONST_FUN_OBJ(pyb_rtc_info_obj); -MP_DECLARE_CONST_FUN_OBJ(pyb_rtc_read_obj); +void rtc_init(void); |