We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5369ee0 commit 805967bCopy full SHA for 805967b
loader/fixups.c
@@ -1,6 +1,6 @@
1
#include <cmsis_core.h>
2
#include <zephyr/init.h>
3
-void disable_mpu_rasr_xn(void)
+int disable_mpu_rasr_xn(void)
4
{
5
uint32_t index;
6
/* Kept the max index as 8(irrespective of soc) because the sram
@@ -18,6 +18,7 @@ void disable_mpu_rasr_xn(void)
18
}
19
#endif /* CONFIG_ARMV8_M_BASELINE || CONFIG_ARMV8_M_MAINLINE */
20
21
+ return 0;
22
23
24
#if defined(CONFIG_BOARD_ARDUINO_NANO_33_BLE)
0 commit comments