9
0
Fork 0

remove undefined WATCHDOG_RESET

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-19 14:37:55 +01:00
parent 1528db0314
commit c7dad7bc16
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ int readline (const char *prompt, char *line, int len)
return (-2); /* timed out */
}
#endif
WATCHDOG_RESET(); /* Trigger watchdog, if needed */
#ifdef CONFIG_SHOW_ACTIVITY
while (!tstc()) {