Skip to content
Snippets Groups Projects
Commit 737bd9c3 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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.
parent ae184cb9
Branches
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment