Skip to content

Commit cdfc169

Browse files
committed
Correct typo in line meant to turn off frequencyio on M0 which saves 2k code space.
1 parent e4611b6 commit cdfc169

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
@@ -17,7 +17,7 @@ endif
1717
# Put samd21-only choices here.
1818
ifeq ($(CHIP_FAMILY),samd21)
1919
# frequencyio not yet verified as working on SAMD21.
20-
CIRCUITPY_FRQUENCYIO = 0
20+
CIRCUITPY_FREQUENCYIO = 0
2121
endif
2222

2323
# Put samd51-only choices here.

0 commit comments

Comments
 (0)