Correct typo in line meant to turn off frequencyio on M0 which saves 2k code space.
This commit is contained in:
parent
e4611b6e3e
commit
cdfc169ab6
@ -17,7 +17,7 @@ endif
|
|||||||
# Put samd21-only choices here.
|
# Put samd21-only choices here.
|
||||||
ifeq ($(CHIP_FAMILY),samd21)
|
ifeq ($(CHIP_FAMILY),samd21)
|
||||||
# frequencyio not yet verified as working on SAMD21.
|
# frequencyio not yet verified as working on SAMD21.
|
||||||
CIRCUITPY_FRQUENCYIO = 0
|
CIRCUITPY_FREQUENCYIO = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Put samd51-only choices here.
|
# Put samd51-only choices here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user