Revert "test commit"

This reverts commit 8606aba04b.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer 2009-05-08 18:19:58 +02:00
parent 8606aba04b
commit b5d5245f46

1
TODO
View File

@ -251,6 +251,7 @@ 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);