diff options
Diffstat (limited to 'esp8266/modpyb.h')
-rw-r--r-- | esp8266/modpyb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/modpyb.h b/esp8266/modpyb.h index 641c8fc762..56159de24f 100644 --- a/esp8266/modpyb.h +++ b/esp8266/modpyb.h @@ -1,3 +1,3 @@ extern const mp_obj_type_t pyb_pin_type; extern const mp_obj_type_t pyb_adc_type; -extern const mp_obj_base_t pyb_rtc_obj; +extern const mp_obj_type_t pyb_rtc_type; |