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 5f1ff654d7..a41cff772e 100644 --- a/cc3200/mods/pybrtc.h +++ b/cc3200/mods/pybrtc.h @@ -31,7 +31,7 @@ #define RTC_U16MS_CYCLES(msec) ((msec * 1024) / 1000) #define RTC_CYCLES_U16MS(cycles) ((cycles * 1000) / 1024) -extern const mp_obj_type_t pyb_rtc_type; +extern const mp_obj_base_t pyb_rtc_obj; void pybrtc_init(void); |