summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/pybrtc.h
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-16 14:09:51 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-21 22:30:32 +0200
commitdffa9f6da65cd03e834b2ed3914f40428f72e49f (patch)
tree1f2e51f17c511f884db77e47d481c0f9c1b6bed2 /cc3200/mods/pybrtc.h
parent660f8613fd8e38863998a9758d97eada0eebc47d (diff)
downloadmicropython-dffa9f6da65cd03e834b2ed3914f40428f72e49f.tar.gz
micropython-dffa9f6da65cd03e834b2ed3914f40428f72e49f.zip
cc3200: New SD and RTC API plus os and time modules' extensions.
Diffstat (limited to 'cc3200/mods/pybrtc.h')
-rw-r--r--cc3200/mods/pybrtc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cc3200/mods/pybrtc.h b/cc3200/mods/pybrtc.h
index 55d695a9a0..06c4868db7 100644
--- a/cc3200/mods/pybrtc.h
+++ b/cc3200/mods/pybrtc.h
@@ -33,8 +33,7 @@
extern const mp_obj_type_t pyb_rtc_type;
-extern void pybrtc_pre_init(void);
-extern void pyb_rtc_callback_disable (mp_obj_t self_in);
-extern uint32_t pybrtc_get_seconds (void);
+extern void pyb_rtc_pre_init(void);
+extern uint32_t pyb_rtc_get_seconds (void);
#endif // PYBRTC_H_