diff options
| author | Sean Cross <sean@xobs.io> | 2020-05-20 23:05:05 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-05-27 11:28:48 +0800 |
| commit | c23f151b6b64011a97752b85e97d1d06b70b73d4 (patch) | |
| tree | d71093b5efaa0147aca403f9dbb6507bc973736a /ports/nrf | |
| parent | fbe1c05832b2924efee9bd650e5c0c118b5846c8 (diff) | |
nrf: enable wdt for all platforms
Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'ports/nrf')
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index a9ad11bd4..018a955f5 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 |
