CO_NMT_Heartbeat: static analysis: enum constant 'CO_NMT_NO_COMMAND' not used within default switch
This commit is contained in:
parent
9c89ecf26e
commit
c25fec2176
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ CO_NMT_reset_cmd_t CO_NMT_process(CO_NMT_t *NMT,
|
|||
case CO_NMT_RESET_COMMUNICATION:
|
||||
resetCommand = CO_RESET_COMM;
|
||||
break;
|
||||
case CO_NMT_NO_COMMAND:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue