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:
parent
6eaf6b09f7
commit
78944be8f2
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ void CO_nodeGuardingSlave_process(CO_nodeGuardingSlave_t *ngs,
|
|||
CO_EMC_HEARTBEAT, 0);
|
||||
}
|
||||
}
|
||||
else { /* MISRA C 2004 14.10 */ }
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue