summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modpyb.h
diff options
context:
space:
mode:
authorJosef Gajdusek <atx@atx.name>2015-05-11 21:11:37 +0200
committerDamien George <damien.p.george@gmail.com>2015-05-13 00:12:54 +0100
commit103d12a877f09e5d812f8c9c1fbf13ddbea4f78c (patch)
tree6ae6fc565aa5064d270d8254bede2c9d24ec7694 /esp8266/modpyb.h
parentb47931978feffc7739fab7261b81caed1622fc9d (diff)
downloadmicropython-103d12a877f09e5d812f8c9c1fbf13ddbea4f78c.tar.gz
micropython-103d12a877f09e5d812f8c9c1fbf13ddbea4f78c.zip
esp8266: Add utime and pyb.RTC
Diffstat (limited to 'esp8266/modpyb.h')
-rw-r--r--esp8266/modpyb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/modpyb.h b/esp8266/modpyb.h
index 87dac5227a..5d5851afb4 100644
--- a/esp8266/modpyb.h
+++ b/esp8266/modpyb.h
@@ -1 +1,2 @@
extern const mp_obj_type_t pyb_pin_type;
+extern const mp_obj_base_t pyb_rtc_obj;