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:
parent
b2294a65ab
commit
a4fb95e38b
1 changed files with 1 additions and 0 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue