only:MC33810 periodic check of comms
This commit is contained in:
parent
42315a55e6
commit
53e1b0531a
|
@ -201,6 +201,12 @@ int Mc33810::update_output_and_diag()
|
|||
|
||||
/* TODO: lock? */
|
||||
|
||||
ret = check_comm();
|
||||
if (ret) {
|
||||
// do we still have comms?!
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* we need to get updates status */
|
||||
all_status_updated = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue