summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-11-12 15:54:26 +1100
committerDamien George <damien@micropython.org>2024-12-06 13:48:07 +1100
commit42f37e951b8990576e16bb7f5449fddeee0c0664 (patch)
tree82a89c86c78eb4ef802c963606ef271a9d18fa75
parent6dcbdec4de2975a08a50828a0b25e9b3844e04d0 (diff)
esp8266/mpconfigport: Enable function attributes.
This allows `unittest` to work on esp8266 boards. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/esp8266/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp8266/mpconfigport.h b/ports/esp8266/mpconfigport.h
index 650412775..83d80a7c9 100644
--- a/ports/esp8266/mpconfigport.h
+++ b/ports/esp8266/mpconfigport.h
@@ -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)