1
0
Fork 0

Merge branch 'martinwag-fix-emcy-overflow-clear'

This commit is contained in:
Martin Wagner 2019-10-08 08:07:33 +02:00
commit d200264301

View file

@ -266,6 +266,7 @@ void CO_EM_process(
}
else{
em->bufFull = 0;
CO_errorReset(em, CO_EM_EMERGENCY_BUFFER_FULL, 0);
}
/* write to 'pre-defined error field' (object dictionary, index 0x1003) */