Skip to content

Commit 737bd9c

Browse files
committed
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.
1 parent ae184cb commit 737bd9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

py/mpconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,10 @@ typedef double mp_float_t;
899899
#define MICROPY_PY_FRAMEBUF (0)
900900
#endif
901901

902+
#ifndef MICROPY_PY_BTREE
903+
#define MICROPY_PY_BTREE (0)
904+
#endif
905+
902906
/*****************************************************************************/
903907
/* Hooks for a port to add builtins */
904908

0 commit comments

Comments
 (0)