summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-20 09:24:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-20 09:24:30 -0600
commitcd6eaa5af6142c5a1027a14763df280b5c141999 (patch)
treef1b3ca207a28860705c94edee0e60e9685a280e7 /apps
parent412d08e499e60155f5a0414fc8a12c85f68c49c8 (diff)
downloadnuttx-cd6eaa5af6142c5a1027a14763df280b5c141999.tar.gz
nuttx-cd6eaa5af6142c5a1027a14763df280b5c141999.tar.bz2
nuttx-cd6eaa5af6142c5a1027a14763df280b5c141999.zip
SAMA5 WDT driver is now functional
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/watchdog/watchdog_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/watchdog/watchdog_main.c b/apps/examples/watchdog/watchdog_main.c
index 38b4fd241..5dbf4aee4 100644
--- a/apps/examples/watchdog/watchdog_main.c
+++ b/apps/examples/watchdog/watchdog_main.c
@@ -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