mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
cc3200: Convert dupterm to use common extmod implementation.
Tested on a WIPY. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
#define MICROPY_PY_RE (1)
|
||||
#define MICROPY_PY_HEAPQ (0)
|
||||
#define MICROPY_PY_HASHLIB (0)
|
||||
#define MICROPY_PY_OS_DUPTERM (1)
|
||||
#define MICROPY_PY_SELECT (1)
|
||||
#define MICROPY_PY_TIME (1)
|
||||
#define MICROPY_PY_TIME_GMTIME_LOCALTIME_MKTIME (1)
|
||||
|
||||
Reference in New Issue
Block a user