CO_SDOserver: static analysis: missing unconditional break from final switch case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.3, required]
This commit is contained in:
parent
32c1086ac1
commit
f8d10390bc
1 changed files with 1 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ static ODR_t OD_write_1201_additional(OD_stream_t *stream, const void *buf,
|
|||
|
||||
default:
|
||||
return ODR_SUB_NOT_EXIST;
|
||||
break;
|
||||
}
|
||||
|
||||
/* write value to the original location in the Object Dictionary */
|
||||
|
|
|
|||
Loading…
Reference in a new issue