summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/rtc.h
blob: 22d8af97cbf30dedbdb9158b20c0430c11c282f1 (plain) (blame)
1
2
3
4
extern RTC_HandleTypeDef RTCHandle;
extern const mp_obj_type_t pyb_rtc_type;

void rtc_init(void);