test commit

1_15_stable
Bernhard Reutner-Fischer 2009-05-08 18:18:42 +02:00
parent af61b2a5ad
commit 8606aba04b
1 changed files with 0 additions and 1 deletions

1
TODO
View File

@ -251,7 +251,6 @@ FEATURE_CLEAN_UP
For right now, exit() handles it just fine. For right now, exit() handles it just fine.
Minor stuff: Minor stuff:
watchdog.c could autodetect the timer duration via: watchdog.c could autodetect the timer duration via:
if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2); if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);