commit | 33b116407b03883efd889f75d69f5bc753b7ade3 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Thu Jun 29 21:27:38 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jun 29 23:46:39 2023 +0200 |
tree | 03aac5fec7a5907030d401d45ae2f5e804add86b | |
parent | 40d224022608a3e5d68e95cc4d6f7606f1d48fb2 [diff] |
arch: arm: cortex_m: scb: fix MPU code compilation guards The implementation of `z_arm_clear_arm_mpu_config` was compiled for all ARM cores that declare to have an MPU. However, we only want to compile it if the MPU is actually enabled. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>