mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-11 17:52:00 +03:00
fix(configs): Remove mentions of ASIO from configs files
This commit is contained in:
committed by
David Čermák
parent
72376ac2b1
commit
c69fb1bfe4
@@ -108,7 +108,7 @@ esp_err_t example_disconnect(void);
|
||||
/**
|
||||
* @brief Configure stdin and stdout to use blocking I/O
|
||||
*
|
||||
* This helper function is used in ASIO examples. It wraps installing the
|
||||
* This helper function is used in some examples. It wraps installing the
|
||||
* UART driver and configuring VFS layer to use UART driver for console I/O.
|
||||
*/
|
||||
esp_err_t example_configure_stdin_stdout(void);
|
||||
|
||||
Reference in New Issue
Block a user