feat(ld): add "ets_printf" to rom link file

This commit is contained in:
Dong Heng
2018-05-14 14:51:49 +08:00
parent 4048ed82de
commit 7df0212b92

View File

@ -55,4 +55,6 @@ PROVIDE ( strstr = 0x4000e1e0 );
PROVIDE ( gpio_input_get = 0x40004cf0 );
PROVIDE ( gpio_pin_wakeup_disable = 0x40004ed4 );
PROVIDE ( gpio_pin_wakeup_enable = 0x40004e90 );
PROVIDE ( gpio_pin_wakeup_enable = 0x40004e90 );
PROVIDE ( ets_printf = 0x400024cc );