Add in spoon's watchdog timer app.

-Erik
This commit is contained in:
Eric Andersen
2001-01-25 23:40:32 +00:00
parent 8ba1b1120e
commit ffde8673fe
9 changed files with 146 additions and 11 deletions

View File

@ -1487,6 +1487,15 @@ const char uuencode_usage[] =
;
#endif
#if defined BB_WATCHDOG
const char watchdog_usage[] =
"watchdog dev\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
"\nPeriodically write to watchdog device \"dev\".\n"
#endif
;
#endif
#if defined BB_WC
const char wc_usage[] =
"wc [OPTION]... [FILE]..."