diff options
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -251,7 +251,6 @@ FEATURE_CLEAN_UP For right now, exit() handles it just fine. - Minor stuff: watchdog.c could autodetect the timer duration via: if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2); |