Correct typo in line meant to turn off frequencyio on M0 which saves 2k code space.

This commit is contained in:
Scott Shawcroft 2019-07-17 12:02:15 -07:00
parent e4611b6e3e
commit cdfc169ab6
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E

View File

@ -17,7 +17,7 @@ endif
# Put samd21-only choices here.
ifeq ($(CHIP_FAMILY),samd21)
# frequencyio not yet verified as working on SAMD21.
CIRCUITPY_FRQUENCYIO = 0
CIRCUITPY_FREQUENCYIO = 0
endif
# Put samd51-only choices here.