summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.mk
diff options
context:
space:
mode:
authorSean Cross <sean@xobs.io>2020-05-21 13:47:23 +0800
committerSean Cross <sean@xobs.io>2020-05-27 11:28:49 +0800
commit595f6387c2a4f1c919cfab80b07493820ac0051b (patch)
tree40e96e0fcf52ced0cf6dc48bc3aef317af3f58a4 /ports/nrf/mpconfigport.mk
parentc23f151b6b64011a97752b85e97d1d06b70b73d4 (diff)
watchdog: rename module from `wdt` and move to `microcontroller`
This also places it under the `microcontroller` object. Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
-rw-r--r--ports/nrf/mpconfigport.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk
index 018a955f5..d65df1eb8 100644
--- a/ports/nrf/mpconfigport.mk
+++ b/ports/nrf/mpconfigport.mk
@@ -37,7 +37,7 @@ CIRCUITPY_RGBMATRIX ?= 1
CIRCUITPY_FRAMEBUFFERIO ?= 1
CIRCUITPY_COUNTIO = 0
-CIRCUITPY_WDT ?= 1
+CIRCUITPY_WATCHDOG ?= 1
# nRF52840-specific