cc3200: Update for moduselect moved to extmod/.

pull/1/head
Paul Sokolovsky 2016-11-21 01:08:15 +03:00
parent 87dfc76570
commit f14e9187ac
2 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\
import.c \
input.c \
irq.c \
moduselect.c \
pybstdio.c \
)

View File

@ -113,6 +113,7 @@
#define MICROPY_PY_URE (1)
#define MICROPY_PY_UHEAPQ (0)
#define MICROPY_PY_UHASHLIB (0)
#define MICROPY_PY_USELECT (1)
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)