summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h
index 5d79d2835e..349f49682e 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);