Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/watchdog/wdt_nrfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static int wdt_nrf_disable(const struct device *dev)

if (err_code < 0) {
/* This can only happen if wdt_nrf_setup() is not called first. */
return err_code;
return -EFAULT;
}

#if defined(WDT_NRFX_SYNC_STOP)
Expand Down