diff options
Diffstat (limited to 'cc3200/mods/pybrtc.h')
-rw-r--r-- | cc3200/mods/pybrtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/pybrtc.h b/cc3200/mods/pybrtc.h index 8184683d2c..55d695a9a0 100644 --- a/cc3200/mods/pybrtc.h +++ b/cc3200/mods/pybrtc.h @@ -33,7 +33,7 @@ extern const mp_obj_type_t pyb_rtc_type; -extern void pybrtc_init(void); +extern void pybrtc_pre_init(void); extern void pyb_rtc_callback_disable (mp_obj_t self_in); extern uint32_t pybrtc_get_seconds (void); |