summaryrefslogtreecommitdiff
path: root/ports/nrf/Makefile
diff options
context:
space:
mode:
authorSean Cross <sean@xobs.io>2020-05-22 17:29:54 +0800
committerSean Cross <sean@xobs.io>2020-05-27 11:28:49 +0800
commit589cb1af6de04a01e1cfda1082fea4f6fbc4440c (patch)
treed14864d46b13e925e3aa06a9ca74b1428665359b /ports/nrf/Makefile
parente738f5eaa13c0e30dc082c511d9659c5f35e7f7e (diff)
nrf: watchdog: use nrfx_wdt driver
Instead of directly poking registers, use `nrfx_wdt`. Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'ports/nrf/Makefile')
-rwxr-xr-xports/nrf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index 8a7b1104b..e5931af5e 100755
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -136,6 +136,7 @@ SRC_NRFX = $(addprefix nrfx/,\
drivers/src/nrfx_gpiote.c \
drivers/src/nrfx_rtc.c \
drivers/src/nrfx_nvmc.c \
+ drivers/src/nrfx_wdt.c \
)
ifdef EXTERNAL_FLASH_DEVICES