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 a new issue