CO_Emergency: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required]
This commit is contained in:
parent
ca968aa160
commit
7bf5065e41
1 changed files with 1 additions and 0 deletions
|
|
@ -701,6 +701,7 @@ void CO_EM_process(CO_EM_t *em,
|
|||
*timerNext_us = diff;
|
||||
}
|
||||
}
|
||||
else { /* MISRA C 2004 14.10 */ }
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue