don't include gifio on samd21 boards

This commit is contained in:
Jeff Epler 2021-10-21 16:05:48 -05:00
parent 081f636c17
commit 8c7760b1a6

View File

@ -49,6 +49,7 @@ CIRCUITPY_COUNTIO ?= 0
# Not enough RAM for framebuffers
CIRCUITPY_FRAMEBUFFERIO ?= 0
CIRCUITPY_FREQUENCYIO ?= 0
CIRCUITPY_GIFIO ?= 0
CIRCUITPY_I2CPERIPHERAL ?= 0
CIRCUITPY_JSON ?= 0
CIRCUITPY_KEYPAD ?= 0