We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8806887 commit f118aefCopy full SHA for f118aef
ports/atmel-samd/mpconfigport.mk
@@ -15,7 +15,7 @@ MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
15
endif
16
17
# Put samd21-only choices here.
18
-ifeq ($(CHIP_FAMILY),samd51)
+ifeq ($(CHIP_FAMILY),samd21)
19
# frequencyio not yet verified as working on SAMD21.
20
CIRCUITPY_FRQUENCYIO = 0
21
0 commit comments