1
0
Fork 0

CO_Node_Guarding: 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-13 11:41:03 +02:00
parent 6eaf6b09f7
commit 78944be8f2

View file

@ -256,6 +256,7 @@ void CO_nodeGuardingSlave_process(CO_nodeGuardingSlave_t *ngs,
CO_EMC_HEARTBEAT, 0);
}
}
else { /* MISRA C 2004 14.10 */ }
return;
}