mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-16 07:20:52 +00:00
btstack_stdin_esp32: fix build for v4
This commit is contained in:
parent
012a2c4245
commit
a306ff4c5a
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user