mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'bugfix/usb_otg_console_v5.3' into 'release/v5.3'
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3 (v5.3) See merge request espressif/esp-idf!32179
This commit is contained in:
@ -219,7 +219,7 @@ void IRAM_ATTR call_start_cpu1(void)
|
|||||||
#if CONFIG_ESP_CONSOLE_NONE
|
#if CONFIG_ESP_CONSOLE_NONE
|
||||||
esp_rom_install_channel_putc(1, NULL);
|
esp_rom_install_channel_putc(1, NULL);
|
||||||
esp_rom_install_channel_putc(2, NULL);
|
esp_rom_install_channel_putc(2, NULL);
|
||||||
#else // CONFIG_ESP_CONSOLE_NONE
|
#elif !CONFIG_ESP_CONSOLE_USB_CDC
|
||||||
esp_rom_install_uart_printf();
|
esp_rom_install_uart_printf();
|
||||||
esp_rom_output_set_as_console(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM);
|
esp_rom_output_set_as_console(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user