From bf179539591e06dc06a4e8d8db003cf995f77f21 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 20 Oct 2013 09:24:30 -0600 Subject: [PATCH] SAMA5 WDT driver is now functional --- examples/watchdog/watchdog_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/watchdog/watchdog_main.c b/examples/watchdog/watchdog_main.c index 38b4fd241..5dbf4aee4 100644 --- a/examples/watchdog/watchdog_main.c +++ b/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