From c23f151b6b64011a97752b85e97d1d06b70b73d4 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 20 May 2020 23:05:05 +0800 Subject: [PATCH] nrf: enable wdt for all platforms Signed-off-by: Sean Cross --- ports/nrf/mpconfigport.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index a9ad11bd44..018a955f5b 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -37,6 +37,7 @@ CIRCUITPY_RGBMATRIX ?= 1 CIRCUITPY_FRAMEBUFFERIO ?= 1 CIRCUITPY_COUNTIO = 0 +CIRCUITPY_WDT ?= 1 # nRF52840-specific