Skip to content
Snippets Groups Projects
Commit c2354888 authored by Jeff Gough's avatar Jeff Gough
Browse files

Make watchdog reset log message more clear

parent a537a1fc
No related branches found
No related tags found
No related merge requests found
Pipeline #3277 failed
...@@ -21,7 +21,7 @@ void watchdog_init() ...@@ -21,7 +21,7 @@ void watchdog_init()
if (WDT_GetResetFlag(MXC_WDT0)) { if (WDT_GetResetFlag(MXC_WDT0)) {
WDT_ClearResetFlag(MXC_WDT0); WDT_ClearResetFlag(MXC_WDT0);
LOG_INFO("watchdog", "Reset due to watchdog timeout"); LOG_INFO("watchdog", "Last reset was due to watchdog timeout");
} }
WDT_Enable(MXC_WDT0, 1); WDT_Enable(MXC_WDT0, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment