mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
SAMA5 WDT driver is now functional
This commit is contained in:
parent
0701397785
commit
bf17953959
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue