Skip to content

Commit e9dbc34

Browse files
committed
add cypthon compat setting
1 parent 7387f60 commit e9dbc34

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)