Update ports/atmel-samd/mpconfigport.mk

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Max Holliday 2021-10-09 12:33:05 -06:00 committed by GitHub
parent 8486502e65
commit d66d7d476c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ CIRCUITPY_TOUCHIO_USE_NATIVE = 0
CIRCUITPY_ALARM ?= 0
PY_PS2IO ?= 1
CIRCUITPY_PS2IO ?= 1
CIRCUITPY_SAMD ?= 1
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FULL_BUILD)
CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)