We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e962 commit cc1894bCopy full SHA for cc1894b
soc/nxp/rw/soc.c
@@ -290,7 +290,7 @@ static int nxp_rw600_init(void)
290
#define PMU_RESET_CAUSES \
291
COND_CODE_0(IS_EMPTY(PMU_RESET_CAUSES_), (PMU_RESET_CAUSES_), (0))
292
#define WDT_RESET \
293
- COND_CODE_1(DT_NODE_HAS_STATUS_OKAY(wwdt), (kPOWER_ResetSourceWdt), (0))
+ COND_CODE_1(DT_NODE_HAS_STATUS(wwdt, okay), (kPOWER_ResetSourceWdt), (0))
294
#define RESET_CAUSES \
295
(PMU_RESET_CAUSES | WDT_RESET)
296
#else
0 commit comments