4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-13 04:29:22 +08:00

[libcpu][aarch64]fix memheap search in setup of aarch64

This commit is contained in:
zms123456 2024-04-17 07:56:01 +08:00 committed by Meco Man
parent 8c392f515e
commit 875a52b6f8

View File

@ -253,6 +253,7 @@ void rt_hw_common_setup(void)
break;
}
mem_region++;
}
}