1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-09 03:30:01 +00:00

added missing watchdog_periodic

This commit is contained in:
nvt-se 2008-11-04 15:46:59 +00:00
parent bd2c039dc6
commit 7ac98ee257

View File

@ -139,6 +139,7 @@ main(void)
#endif /* PROFILE_CONF_ON */ #endif /* PROFILE_CONF_ON */
do { do {
/* Reset watchdog. */ /* Reset watchdog. */
watchdog_periodic();
r = process_run(); r = process_run();
} while(r > 0); } while(r > 0);