summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-06-23 13:05:56 +1000
committerDamien George <damien@micropython.org>2022-06-23 13:07:54 +1000
commit226b2d77ee14ca488cbd34c90491aa6dd291c9e0 (patch)
tree624a552aa93ec20f69cde0052c3cfaf7b3db2110
parentad7b98c8290ba5f4235fe0cd8fbf542e5bcace54 (diff)
esp8266/mpconfigport: Disable MICROPY_PY_UTIMEQ.
This is no longer needed with new uasyncio v3, and disabling it saves 900 bytes. 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 365327aa4..c78ae3ce0 100644
--- a/ports/esp8266/mpconfigport.h
+++ b/ports/esp8266/mpconfigport.h
@@ -57,7 +57,6 @@
#define MICROPY_USE_INTERNAL_ERRNO (1)
#define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text
#define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS)
-#define MICROPY_PY_UTIMEQ (1)
#define MICROPY_PY_URANDOM_SEED_INIT_FUNC (*WDEV_HWRNG)
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_LWIP (1)