Skip to content

Commit f14e918

Browse files
committed
cc3200: Update for moduselect moved to extmod/.
1 parent 87dfc76 commit f14e918

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/application.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\
162162
import.c \
163163
input.c \
164164
irq.c \
165-
moduselect.c \
166165
pybstdio.c \
167166
)
168167

cc3200/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
#define MICROPY_PY_URE (1)
114114
#define MICROPY_PY_UHEAPQ (0)
115115
#define MICROPY_PY_UHASHLIB (0)
116+
#define MICROPY_PY_USELECT (1)
116117

117118
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
118119
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)

0 commit comments

Comments
 (0)