mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
component/bt : fix sw coexit call mistake
This commit is contained in:
@@ -196,7 +196,7 @@ void start_cpu0_default(void)
|
||||
#endif
|
||||
|
||||
#if CONFIG_SW_COEXIST_ENABLE
|
||||
if (coexist_init() == ESP_OK) {
|
||||
if (coex_init() == ESP_OK) {
|
||||
coexist_set_enable(true);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user