diff --git a/py/mpconfig.h b/py/mpconfig.h index b79ddac196..aec5d40826 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -899,6 +899,10 @@ typedef double mp_float_t; #define MICROPY_PY_FRAMEBUF (0) #endif +#ifndef MICROPY_PY_BTREE +#define MICROPY_PY_BTREE (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */