mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 22:24:33 +02:00
Add message about alternative functions.
This commit is contained in:
@@ -34,7 +34,7 @@ void esp_vfs_dev_uart_register(void);
|
|||||||
*
|
*
|
||||||
* @param mode line endings expected on UART
|
* @param mode line endings expected on UART
|
||||||
*/
|
*/
|
||||||
void esp_vfs_dev_uart_set_rx_line_endings(esp_line_endings_t mode) __attribute__((deprecated));
|
void esp_vfs_dev_uart_set_rx_line_endings(esp_line_endings_t mode) __attribute__((deprecated("Please use esp_vfs_dev_uart_port_set_rx_line_endings")));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set the line endings to sent to UART
|
* @brief Set the line endings to sent to UART
|
||||||
@@ -50,7 +50,7 @@ void esp_vfs_dev_uart_set_rx_line_endings(esp_line_endings_t mode) __attribute__
|
|||||||
*
|
*
|
||||||
* @param mode line endings to send to UART
|
* @param mode line endings to send to UART
|
||||||
*/
|
*/
|
||||||
void esp_vfs_dev_uart_set_tx_line_endings(esp_line_endings_t mode) __attribute__((deprecated));
|
void esp_vfs_dev_uart_set_tx_line_endings(esp_line_endings_t mode) __attribute__((deprecated("Please use esp_vfs_dev_uart_port_set_tx_line_endings")));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set the line endings expected to be received on specified UART
|
* @brief Set the line endings expected to be received on specified UART
|
||||||
|
Reference in New Issue
Block a user