Skip to content

Commit ad837d4

Browse files
committed
Tweak for make quirk
1 parent 44d27cb commit ad837d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ CIRCUITPY_I2CTARGET ?= 1
3636
CIRCUITPY_IMAGECAPTURE = 0
3737
CIRCUITPY_MEMORYMAP ?= 1
3838
CIRCUITPY_NVM ?= 1
39-
CIRCUITPY_PARALLELDISPLAY ?= 0 # Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
39+
# Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
40+
CIRCUITPY_PARALLELDISPLAY ?= 0
4041
CIRCUITPY_PS2IO ?= 1
4142
# Disabled temporarily
4243
CIRCUITPY_RGBMATRIX ?= 0

0 commit comments

Comments
 (0)