SAMA5 WDT driver is now functional

This commit is contained in:
Gregory Nutt 2013-10-20 09:24:30 -06:00
parent 0701397785
commit bf17953959

View File

@ -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