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 */
|
||||
do {
|
||||
/* Reset watchdog. */
|
||||
watchdog_periodic();
|
||||
r = process_run();
|
||||
} while(r > 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user