diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-15 00:52:45 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-15 00:52:45 +0300 |
commit | 337111ba9e393bad84d0f1bc45a291f462784d6e (patch) | |
tree | a9e3b97bc09892c1c1fb005f704c9500a30e29f6 /py/builtin.h | |
parent | 06b783cf58222ae616694b2c0b5de565de44349a (diff) |
py: Support to build berkeley db 1.85 and "btree" 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 5d79d2835..349f49682 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -113,6 +113,7 @@ 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_webrepl; extern const mp_obj_module_t mp_module_framebuf; +extern const mp_obj_module_t mp_module_btree; // extmod functions MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj); |