arm_mpu_v7m: add missing break statement in default case of writable check
add missing break statement in default case of writable check to satisfy sca. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d20a52c4aa
commit
ccc8947d16
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ typedef struct {
|
|||
break; \
|
||||
default: \
|
||||
__is_writable__ = 0; \
|
||||
break; \
|
||||
} \
|
||||
__is_writable__; \
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue