mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
feat(esp8266): Remove initialization stack align
This commit is contained in:
@ -116,8 +116,7 @@ void call_user_start(size_t start_addr)
|
||||
__asm__ __volatile__(
|
||||
"rsil a2, 2\n"
|
||||
"movi a1, _chip_interrupt_tmp\n"
|
||||
"movi a2, 0xffffff00\n"
|
||||
"and a1, a1, a2\n");
|
||||
: : :"memory");
|
||||
|
||||
heap_caps_init();
|
||||
|
||||
|
Reference in New Issue
Block a user