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