mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
added missing watchdog_periodic
This commit is contained in:
parent
bd2c039dc6
commit
7ac98ee257
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user