From 337111ba9e393bad84d0f1bc45a291f462784d6e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 15 Jun 2016 00:52:45 +0300 Subject: py: Support to build berkeley db 1.85 and "btree" module. --- py/builtin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/builtin.h') 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); -- cgit v1.2.3