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

Tweak watchdog reset log message

parent 03ca1ae0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ int hardware_early_init(void)
if(WDT_GetResetFlag(MXC_WDT0)) {
WDT_ClearResetFlag(MXC_WDT0);
LOG_INFO("init", "Reset due to watchdog timeout");
LOG_INFO("watchdog", "Reset due to watchdog timeout");
}
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