commit | 29f652613a464b6ed34798d47ce51254adec2ae9 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 30 20:34:20 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 13 15:17:28 2017 -0400 |
tree | 030458074ccfbeda04d9930e052f9d44ca43fa49 | |
parent | 52ddee8b9f2a0d1a3f2b3423914be62f92280acb [diff] |
armv7m: mpu_config add missing break For DEVICE_NON_SHARED the newly assigned value of attr is overwritten due to a missing break. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>