1
0
Fork 0

CO_Emergency: 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:11:19 +02:00
parent ca968aa160
commit 7bf5065e41

View file

@ -701,6 +701,7 @@ void CO_EM_process(CO_EM_t *em,
*timerNext_us = diff;
}
}
else { /* MISRA C 2004 14.10 */ }
#endif
#endif
}