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/main.c | |
| parent | f4c17378b359d7b371e005aaac2dc8d86a88f8d8 (diff) | |
stmhal: Add rtc.init() method to force RTC to re-initialise.
Diffstat (limited to 'stmhal/main.c')
| -rw-r--r-- | stmhal/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index ffbd6cfa9..3a15f6158 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -422,7 +422,7 @@ soft_reset: #if MICROPY_HW_ENABLE_RTC if (first_soft_reset) { - rtc_init_start(); + rtc_init_start(false); } #endif |
