Merge branch 'martinwag-fix-emcy-overflow-clear'
This commit is contained in:
commit
d200264301
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ void CO_EM_process(
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
em->bufFull = 0;
|
em->bufFull = 0;
|
||||||
|
CO_errorReset(em, CO_EM_EMERGENCY_BUFFER_FULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* write to 'pre-defined error field' (object dictionary, index 0x1003) */
|
/* write to 'pre-defined error field' (object dictionary, index 0x1003) */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue