Skip to content

Commit 1811ca7

Browse files
committed
nrf: enable wdt support
Enable CIRCUITPY_WDT support for the nrf target. Signed-off-by: Sean Cross <[email protected]>
1 parent ea0388b commit 1811ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/nrf/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ CIRCUITPY_RGBMATRIX ?= 1
3737
CIRCUITPY_FRAMEBUFFERIO ?= 1
3838

3939
CIRCUITPY_COUNTIO = 0
40+
CIRCUITPY_WDT ?= 1
4041

4142
# nRF52840-specific
4243

0 commit comments

Comments
 (0)