Fix compile issue of zephyr (#306)

This commit is contained in:
wenyongh 2020-07-09 16:07:41 +08:00 committed by GitHub
parent 2fc7230009
commit 16a284a67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ static exec_mem_free_func_t exec_mem_free_func = NULL;
static void
disable_mpu_rasr_xn(void)
{
u32_t index;
uint32 index;
/* Kept the max index as 8 (irrespective of soc) because the sram
would most likely be set at index 2. */
for (index = 0U; index < 8; index++) {