mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
component/bt : fix sw coexit call mistake
This commit is contained in:
parent
55e0690f69
commit
b5f03a36d5
@ -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
|
||||
|
@ -23,7 +23,7 @@ extern "C" {
|
||||
*
|
||||
* @return Init ok or failed.
|
||||
*/
|
||||
esp_err_t coexist_init(void);
|
||||
esp_err_t coex_init(void);
|
||||
|
||||
/**
|
||||
* @brief Get software coexist enable or not
|
||||
|
Loading…
Reference in New Issue
Block a user