mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): Add "putc" and "vprintf" of version "ets_"
This commit is contained in:
@ -57,4 +57,4 @@ PROVIDE ( gpio_input_get = 0x40004cf0 );
|
||||
PROVIDE ( gpio_pin_wakeup_disable = 0x40004ed4 );
|
||||
PROVIDE ( gpio_pin_wakeup_enable = 0x40004e90 );
|
||||
|
||||
PROVIDE ( ets_vprintf = 0x40001f00 );
|
||||
PROVIDE ( ets_io_vprintf = 0x40001f00 );
|
Reference in New Issue
Block a user