We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516870 commit c026704Copy full SHA for c026704
py/circuitpy_mpconfig.mk
@@ -249,7 +249,7 @@ CFLAGS += -DCIRCUITPY_FUTURE=$(CIRCUITPY_FUTURE)
249
CIRCUITPY_GETPASS ?= $(CIRCUITPY_FULL_BUILD)
250
CFLAGS += -DCIRCUITPY_GETPASS=$(CIRCUITPY_GETPASS)
251
252
-CIRCUITPY_GIFIO ?= $(call enable-if-any,$(CIRCUITPY_DISPLAYIO) $(CIRCUITPY_CAMERA))
+CIRCUITPY_GIFIO ?= $(CIRCUITPY_DISPLAYIO)
253
CFLAGS += -DCIRCUITPY_GIFIO=$(CIRCUITPY_GIFIO)
254
255
CIRCUITPY_GNSS ?= 0
0 commit comments