1
0
Fork 0

CO_SRDO: 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-11 09:00:18 +02:00
parent ae2f75b7a6
commit 70fc66046b

View file

@ -966,6 +966,7 @@ CO_SRDO_process(CO_SRDO_t* SRDO, uint32_t timeDifference_us, uint32_t* timerNext
CO_FLAG_CLEAR(SRDO->CANrxNew[1]);
} /* inverted message received */
}
else { /* MISRA C 2004 14.10 */ }
/* verify timeouts */
if (SRDO->cycleTimer == 0U) {