btstack_stdin_esp32: fix build for v4

This commit is contained in:
Matthias Ringwald 2023-04-03 15:32:28 +02:00
parent 012a2c4245
commit a306ff4c5a

View File

@ -135,7 +135,7 @@ static void btstack_esp32_uart_init() {
clk_source = UART_SCLK_DEFAULT;
#else
// backport defines from esp-idf v5 for ESP32, ESP32-C3, ESP32-S3
clk_source = SOC_MOD_CLK_APB;
clk_source = UART_SCLK_APB;
#endif
ESP_LOGW(TAG, "light sleep UART wakeup might not work at the configured baud rate");
}