From cdfc169ab67dec10ffa46c995be5fb1503fd5a4c Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 17 Jul 2019 12:02:15 -0700 Subject: Correct typo in line meant to turn off frequencyio on M0 which saves 2k code space. --- ports/atmel-samd/mpconfigport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/mpconfigport.mk b/ports/atmel-samd/mpconfigport.mk index 66ee92e6b..4ddd097f0 100644 --- a/ports/atmel-samd/mpconfigport.mk +++ b/ports/atmel-samd/mpconfigport.mk @@ -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. -- cgit v1.2.3