diff options
| -rw-r--r-- | ports/atmel-samd/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/mpconfigport.mk b/ports/atmel-samd/mpconfigport.mk index 66ee92e6b..4ddd097f0 100644 --- a/ports/atmel-samd/mpconfigport.mk +++ b/ports/atmel-samd/mpconfigport.mk @@ -17,7 +17,7 @@ endif # Put samd21-only choices here. ifeq ($(CHIP_FAMILY),samd21) # frequencyio not yet verified as working on SAMD21. -CIRCUITPY_FRQUENCYIO = 0 +CIRCUITPY_FREQUENCYIO = 0 endif # Put samd51-only choices here. |
