1
0
Fork 0

CO_SDOserver: static analysis: statement or comment should appear in default case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.4, required]

This commit is contained in:
temi54c1l8 2024-06-13 13:11:09 +02:00
parent b2294a65ab
commit a4fb95e38b

View file

@ -1595,6 +1595,7 @@ CO_SDO_return_t CO_SDOserver_process(CO_SDOserver_t *SDO,
#endif /* (CO_CONFIG_SDO_SRV) & CO_CONFIG_SDO_SRV_BLOCK */
default: {
/* none */
break;
}
} /* switch (SDO->state) */