esp8266/mpconfigport: Enable function attributes.
This allows `unittest` to work on esp8266 boards. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
6dcbdec4de
commit
42f37e951b
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#define MICROPY_OPT_MATH_FACTORIAL (0)
|
||||
#define MICROPY_REPL_EMACS_KEYS (0)
|
||||
#define MICROPY_PY_BUILTINS_COMPLEX (0)
|
||||
#define MICROPY_PY_FUNCTION_ATTRS (0)
|
||||
#define MICROPY_PY_DELATTR_SETATTR (0)
|
||||
#define MICROPY_PY_BUILTINS_STR_CENTER (0)
|
||||
#define MICROPY_PY_BUILTINS_STR_PARTITION (0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue