mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-21 23:52:28 +08:00
fix(esp8266): fix panic reenter when reboot
This commit is contained in:
@@ -64,3 +64,5 @@ PROVIDE ( rom_i2c_readReg = 0x40007268 );
|
||||
PROVIDE ( rom_i2c_readReg_Mask = 0x4000729c );
|
||||
PROVIDE ( rom_i2c_writeReg = 0x400072d8 );
|
||||
PROVIDE ( rom_i2c_writeReg_Mask = 0x4000730c );
|
||||
|
||||
PROVIDE ( rom_software_reboot = 0x40000080 );
|
||||
|
Reference in New Issue
Block a user