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:
Damien George
2024-11-12 15:54:26 +11:00
parent 6dcbdec4de
commit 42f37e951b

View File

@@ -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)