1
0
Fork 0

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:
temi54c1l8 2024-06-13 12:27:50 +02:00
parent 32c1086ac1
commit f8d10390bc

View file

@ -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 */