Skip to content
Snippets Groups Projects
Commit de081fc4 authored by Florian Pose's avatar Florian Pose
Browse files

Fixed bug concerning spuriously shown EoE-Errors.

parent 5aedcd40
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ void ec_master_reset(ec_master_t *master ...@@ -124,6 +124,7 @@ void ec_master_reset(ec_master_t *master
master->stats.delayed = 0; master->stats.delayed = 0;
master->stats.corrupted = 0; master->stats.corrupted = 0;
master->stats.unmatched = 0; master->stats.unmatched = 0;
master->stats.eoe_errors = 0;
master->stats.t_last = 0; master->stats.t_last = 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment