py/mpconfig.h: Mention MICROPY_PY_BTREE config option.
However, as it requires linking with external libraries, it actually should be ste on Makefile level.
This commit is contained in:
parent
ae184cb9de
commit
737bd9c314
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue