summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.mk
diff options
context:
space:
mode:
authorDaniel Pollard <daniel@learnweaver.com>2020-05-05 15:23:38 +1000
committerDaniel Pollard <daniel@learnweaver.com>2020-05-05 15:23:38 +1000
commitbfa5cd9c13e308df5462653a53fe99eeb0543bc3 (patch)
tree8655ba7f7a099f0705df220260ca0d1453d7e116 /ports/nrf/mpconfigport.mk
parent54eb6d39e467e99a214c4ff2b19d061182de4fd0 (diff)
refactor countio based on feedback
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
-rw-r--r--ports/nrf/mpconfigport.mk2
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)