Skip to content

Commit c1a98e4

Browse files
authored
Merge pull request #8439 from tannewt/fix_for_make_quirk
Tweak for make quirk
2 parents 451356d + ad837d4 commit c1a98e4

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)