fix(configs): Remove mentions of ASIO from configs files

This commit is contained in:
David Cermak
2025-10-21 16:02:50 +02:00
parent a20b2fab82
commit 3064c31dd3
6 changed files with 2 additions and 12 deletions
@@ -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);