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:
Damien George
2023-11-29 13:19:28 +11:00
parent 22d9116c8c
commit 1c0e4644c7
7 changed files with 13 additions and 124 deletions

View File

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