aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 52b6bd0ba..d6a60d1dd 100644
--- a/TODO
+++ b/TODO
@@ -251,6 +251,7 @@ FEATURE_CLEAN_UP
251 For right now, exit() handles it just fine. 251 For right now, exit() handles it just fine.
252 252
253 253
254
254Minor stuff: 255Minor stuff:
255 watchdog.c could autodetect the timer duration via: 256 watchdog.c could autodetect the timer duration via:
256 if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2); 257 if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);