diff options
| author | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 15:23:38 +1000 |
|---|---|---|
| committer | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 15:23:38 +1000 |
| commit | bfa5cd9c13e308df5462653a53fe99eeb0543bc3 (patch) | |
| tree | 8655ba7f7a099f0705df220260ca0d1453d7e116 /ports/nrf/mpconfigport.mk | |
| parent | 54eb6d39e467e99a214c4ff2b19d061182de4fd0 (diff) | |
refactor countio based on feedback
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 410d3750e..7939a175b 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -54,6 +54,8 @@ CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_RGBMATRIX ?= 1 CIRCUITPY_FRAMEBUFFERIO ?= 1 +CIRCUITPY_COUNTIO = 0 + # nRF52840-specific ifeq ($(MCU_CHIP),nrf52840) |
