We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc7230 commit 16a284aCopy full SHA for 16a284a
1 file changed
core/shared/platform/zephyr/zephyr_platform.c
@@ -20,7 +20,7 @@ static exec_mem_free_func_t exec_mem_free_func = NULL;
20
static void
21
disable_mpu_rasr_xn(void)
22
{
23
- u32_t index;
+ uint32 index;
24
/* Kept the max index as 8 (irrespective of soc) because the sram
25
would most likely be set at index 2. */
26
for (index = 0U; index < 8; index++) {
0 commit comments