diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-02 14:57:42 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-02 14:57:42 +0300 |
| commit | 737bd9c3144a57673db8b02217114b7f7f63387d (patch) | |
| tree | 24d34a5ea4fb30bd6aa6a6edf78dcd8bed27d6bb /py/mpconfig.h | |
| parent | ae184cb9de9ec9a61bbb56d316ecf9f1b9543a4b (diff) | |
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.
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index b79ddac19..aec5d4082 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 */ |
