summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-17 22:11:48 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-17 22:11:48 +0100
commit1e935d8689f3d15dc3bd06f08f2a0305b7e1c7f4 (patch)
tree785c4600c8f0e1d2f807b2593c96ad45002da722 /unix/mpconfigport.h
parent729f7b42d65c016c9d5f27fb8a8122869f06c129 (diff)
parent4abaa1b12b81cfe2fb45d5b2fa36a282c15c328d (diff)
downloadmicropython-1e935d8689f3d15dc3bd06f08f2a0305b7e1c7f4.tar.gz
micropython-1e935d8689f3d15dc3bd06f08f2a0305b7e1c7f4.zip
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r--unix/mpconfigport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 21d11ebeaf..5abfe2d9d3 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -19,7 +19,9 @@
extern const struct _mp_obj_module_t mp_module_time;
extern const struct _mp_obj_module_t mp_module_socket;
+extern const struct _mp_obj_module_t mp_module_ffi;
#define MICROPY_EXTRA_BUILTIN_MODULES \
+ { MP_OBJ_NEW_QSTR(MP_QSTR_ffi), (mp_obj_t)&mp_module_ffi }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_time), (mp_obj_t)&mp_module_time }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_microsocket), (mp_obj_t)&mp_module_socket }, \