From baf95fb8119dfdf552f238cde7b5fe0ef1b45fa7 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Mon, 18 Jan 2016 12:16:07 +0000 Subject: [PATCH] [watchdog] Updated comments for ADM6823 --- firmware/src/watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/watchdog.c b/firmware/src/watchdog.c index b17ff41..06491cf 100644 --- a/firmware/src/watchdog.c +++ b/firmware/src/watchdog.c @@ -161,7 +161,7 @@ void idle(idle_wait_t idle_t) * * The external watchdog then hard resets the MCU and GPS to bring the * system back up in a clean state. - * 0.8s < tout < 2.1s + * 1.2s < tout < 2.4s (ADM6823 Table 1.) */ void watchdog_init(void)