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:
Paul Sokolovsky 2016-07-02 14:57:42 +03:00
parent ae184cb9de
commit 737bd9c314
1 changed files with 4 additions and 0 deletions

View File

@ -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 */