1
0
Fork 0

CO_SYNC: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required]

This commit is contained in:
temi54c1l8 2024-06-27 12:51:06 +02:00
parent baa9e4e2b2
commit f684b34a03

View file

@ -428,6 +428,7 @@ CO_SYNC_status_t CO_SYNC_process(CO_SYNC_t *SYNC,
*timerNext_us = diff;
}
}
else { /* MISRA C 2004 14.10 */ }
#endif
}
else { /* MISRA C 2004 14.10 */ }