Skip to content

Commit 16a284a

Browse files
authored
Fix compile issue of zephyr (#306)
1 parent 2fc7230 commit 16a284a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/platform/zephyr/zephyr_platform.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static exec_mem_free_func_t exec_mem_free_func = NULL;
2020
static void
2121
disable_mpu_rasr_xn(void)
2222
{
23-
u32_t index;
23+
uint32 index;
2424
/* Kept the max index as 8 (irrespective of soc) because the sram
2525
would most likely be set at index 2. */
2626
for (index = 0U; index < 8; index++) {

0 commit comments

Comments
 (0)