diff options
author | Damien George <damien.p.george@gmail.com> | 2016-04-08 11:08:37 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-04-12 14:06:53 +0100 |
commit | 53ad681ed1786601ca5eccb60f8fd950b8bc47d7 (patch) | |
tree | a6bf5beb1f2b8b8c06ae05135af59d5ac31872be /py/builtin.h | |
parent | 3a37426b29451cd51e444526c803ba7905c6b151 (diff) | |
download | micropython-53ad681ed1786601ca5eccb60f8fd950b8bc47d7.tar.gz micropython-53ad681ed1786601ca5eccb60f8fd950b8bc47d7.zip |
extmod: Add initial framebuf module.
Diffstat (limited to 'py/builtin.h')
-rw-r--r-- | py/builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h index e3e68e1519..35d8910bd8 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -106,6 +106,7 @@ extern const mp_obj_module_t mp_module_ussl; extern const mp_obj_module_t mp_module_machine; extern const mp_obj_module_t mp_module_lwip; extern const mp_obj_module_t mp_module_websocket; +extern const mp_obj_module_t mp_module_framebuf; // extmod functions MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj); |