1
0
Fork 0

CO_NMT_Heartbeat: static analysis: enum constant 'CO_NMT_NO_COMMAND' not used within default switch

This commit is contained in:
temi54c1l8 2024-06-13 11:22:20 +02:00
parent 9c89ecf26e
commit c25fec2176

View file

@ -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;
}