summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-03-27 18:19:39 -0400
committerDan Halbert <halbert@halwitz.org>2019-03-27 18:19:39 -0400
commitf118aef2838443b4cb51cf35e695303b7c24cb30 (patch)
treed8fe759146a794c59dbeb8593a5799cfa983652f
parent88068876ed00d8838666e19d93ebd08a9b9a6750 (diff)
copy/paste error
-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 5291e6f01..66ee92e6b 100644
--- a/ports/atmel-samd/mpconfigport.mk
+++ b/ports/atmel-samd/mpconfigport.mk
@@ -15,7 +15,7 @@ MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
endif
# Put samd21-only choices here.
-ifeq ($(CHIP_FAMILY),samd51)
+ifeq ($(CHIP_FAMILY),samd21)
# frequencyio not yet verified as working on SAMD21.
CIRCUITPY_FRQUENCYIO = 0
endif