Skip to content

Commit 385ed11

Browse files
authored
Merge pull request #2439 from hierophect/stm32-cpython-compat
STM32: Cpython compatibility flag
2 parents 7387f60 + e9dbc34 commit 385ed11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ports/stm32f4/mpconfigport.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ ifndef CIRCUITPY_NEOPIXEL_WRITE
6565
CIRCUITPY_NEOPIXEL_WRITE = 1
6666
endif
6767

68-
ifndef
68+
ifndef CIRCUITPY_DISPLAYIO
6969
CIRCUITPY_DISPLAYIO = 1
7070
endif
7171

72+
ifndef MICROPY_CPYTHON_COMPAT
73+
MICROPY_CPYTHON_COMPAT = 1
74+
endif
75+
7276
#ifeq ($(MCU_SUB_VARIANT), stm32f412zx)
7377
#endif

0 commit comments

Comments
 (0)