]> granicus.if.org Git - esp-idf/commitdiff
component/bt : fix sw coexit call mistake
authorTian Hao <tianhao@espressif.com>
Thu, 24 Nov 2016 12:09:52 +0000 (20:09 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 24 Nov 2016 12:09:52 +0000 (20:09 +0800)
components/esp32/cpu_start.c
components/esp32/include/esp_coexist.h

index 5ecb8546c051d8d254bf9c8117cafeedb798e152..c4b9a7e24742b280177ea69fecf7389c27e79d63 100644 (file)
@@ -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
index 09d38aced60511674708095a5994a8a5f56c21cb..f58d2ef9497e9fec5add35cd4f5c01676f10d228 100644 (file)
@@ -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