mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-27 17:36:27 +08:00
feature(uart_driver_install): To fit some modules, add invalid parameters in uart_driver_install
This commit is contained in:
@ -56,7 +56,7 @@ static void initialize_console()
|
||||
|
||||
/* Install UART driver for interrupt-driven reads and writes */
|
||||
ESP_ERROR_CHECK( uart_driver_install(CONFIG_CONSOLE_UART_NUM,
|
||||
256, 0, 0, NULL) );
|
||||
256, 0, 0, NULL, 0) );
|
||||
|
||||
/* Tell VFS to use UART driver */
|
||||
esp_vfs_dev_uart_use_driver(CONFIG_CONSOLE_UART_NUM);
|
||||
|
Reference in New Issue
Block a user