mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
feat(esp8266): Add "putc" and "vprintf" of version "ets_"
This commit is contained in:
@ -9,7 +9,7 @@ uint32_t Wait_SPI_Idle();
|
||||
void uart_div_modify(uint32_t uart_no, uint32_t baud_div);
|
||||
|
||||
void ets_delay_us(uint32_t us);
|
||||
int ets_vprintf(void (*putc)(char), const char* fmt, va_list ap);
|
||||
int ets_io_vprintf(int (*putc)(int), const char* fmt, va_list ap);
|
||||
|
||||
void system_soft_wdt_feed();
|
||||
|
||||
|
Reference in New Issue
Block a user