8000 copy/paste error · kevincon/circuitpython@f118aef · GitHub
[go: up one dir, main page]

Skip to content

Commit f118aef

Browse files
committed
copy/paste error
1 parent 8806887 commit f118aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
1515
endif
1616

1717
# Put samd21-only choices here.
18-
ifeq ($(CHIP_FAMILY),samd51)
18+
ifeq ($(CHIP_FAMILY),samd21)
1919
# frequencyio not yet verified as working on SAMD21.
2020
CIRCUITPY_FRQUENCYIO = 0
2121
endif

0 commit comments

Comments
 (0)
0