Fixed bug concerning spuriously shown EoE-Errors.

This commit is contained in:
Florian Pose 2006-04-07 14:35:29 +00:00
parent 969409f4e4
commit 0d72a7dfcb
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ void ec_master_reset(ec_master_t *master
master->stats.delayed = 0;
master->stats.corrupted = 0;
master->stats.unmatched = 0;
master->stats.eoe_errors = 0;
master->stats.t_last = 0;
}