Fixed sending on backup link if main link is down.
This commit is contained in:
parent
e1c59c7c96
commit
8b19812c17
|
|
@ -2263,7 +2263,7 @@ void ecrt_master_send(ec_master_t *master)
|
|||
|
||||
// clear frame statistics
|
||||
ec_device_clear_stats(&master->devices[i]);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
// send frames
|
||||
|
|
|
|||
Loading…
Reference in New Issue