CO_SRDO: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required]
This commit is contained in:
parent
ae2f75b7a6
commit
70fc66046b
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue