CO_ODinterface: 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
d0a4b22963
commit
808ad99b58
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ ODR_t OD_getSub(const OD_entry_t *entry, uint8_t subIndex,
|
|||
}
|
||||
default: {
|
||||
return ODR_DEV_INCOMPAT;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue