Skip to content
Snippets Groups Projects
Commit f14e9187 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

cc3200: Update for moduselect moved to extmod/.

parent 87dfc765
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\ ...@@ -162,7 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\
import.c \ import.c \
input.c \ input.c \
irq.c \ irq.c \
moduselect.c \
pybstdio.c \ pybstdio.c \
) )
......
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
#define MICROPY_PY_URE (1) #define MICROPY_PY_URE (1)
#define MICROPY_PY_UHEAPQ (0) #define MICROPY_PY_UHEAPQ (0)
#define MICROPY_PY_UHASHLIB (0) #define MICROPY_PY_UHASHLIB (0)
#define MICROPY_PY_USELECT (1)
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0) #define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment