mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 03:28:53 +08:00
adjust mem size
This commit is contained in:
parent
2ba7d1485e
commit
74a3c24d16
@ -157,7 +157,7 @@ void sleep_ms(uint32_t ms) {
|
||||
}
|
||||
|
||||
#ifndef HAS_STD_MALLOC
|
||||
static uint32_t s_heap_mem[1024 * 1024];
|
||||
static uint32_t s_heap_mem[2 * 1024 * 1024];
|
||||
#endif /*HAS_STD_MALLOC*/
|
||||
|
||||
ret_t platform_prepare(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user