diff options
| author | Damien George | 2015-12-04 12:05:05 +0000 |
|---|---|---|
| committer | Damien George | 2015-12-04 12:05:05 +0000 |
| commit | f7697ff393fa60e2b9adea31960ca17afc1d2ab7 (patch) | |
| tree | ae63b91afecef713a935a384523fdfe235ca7855 /stmhal/rtc.h | |
| parent | f4c17378b359d7b371e005aaac2dc8d86a88f8d8 (diff) | |
stmhal: Add rtc.init() method to force RTC to re-initialise.
Diffstat (limited to 'stmhal/rtc.h')
| -rw-r--r-- | stmhal/rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/rtc.h b/stmhal/rtc.h index c8f215c05..69d64c778 100644 --- a/stmhal/rtc.h +++ b/stmhal/rtc.h @@ -27,5 +27,5 @@ extern RTC_HandleTypeDef RTCHandle; extern const mp_obj_type_t pyb_rtc_type; -void rtc_init_start(void); +void rtc_init_start(bool force_init); void rtc_init_finalise(void); |
