Skip to content
Snippets Groups Projects
Commit bf179539 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAMA5 WDT driver is now functional

parent 07013977
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,7 @@ int wdog_main(int argc, char *argv[])
message("wdog_main: ioctl(WDIOC_GETSTATUS) failed: %d\n", errno);
goto errout_with_dev;
}
message("wdog_main: flags=%08x timeout=%d timeleft=%d\n",
status.flags, status.timeout, status.timeleft);
#endif
......
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