summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-07-17 12:02:15 -0700
committerScott Shawcroft <scott@tannewt.org>2019-07-19 16:10:32 -0700
commitcdfc169ab67dec10ffa46c995be5fb1503fd5a4c (patch)
treeae41d727bc4c8e0076c9c9aebff5e0d60842deaf /ports
parente4611b6e3eced6587db9e3cd757b9b40b798f744 (diff)
Correct typo in line meant to turn off frequencyio on M0 which saves 2k code space.
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/mpconfigport.mk2
1 files changed, 1 insertions, 1 deletions
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.