8000 esp8266/mpconfigport: Disable MICROPY_PY_UTIMEQ. · micropython/micropython@226b2d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 226b2d7

Browse files
committed
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>
1 parent ad7b98c commit 226b2d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/esp8266/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
#define MICROPY_USE_INTERNAL_ERRNO (1)
5858
#define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text
5959
#define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS)
60-
#define MICROPY_PY_UTIMEQ (1)
6160
#define MICROPY_PY_URANDOM_SEED_INIT_FUNC (*WDEV_HWRNG)
6261
#define MICROPY_PY_UTIME_MP_HAL (1)
6362
#define MICROPY_PY_LWIP (1)

0 commit comments

Comments
 (0)
0