component/bt : fix sw coexit call mistake

This commit is contained in:
Tian Hao
2016-11-24 20:09:52 +08:00
parent 55e0690f69
commit b5f03a36d5
2 changed files with 2 additions and 2 deletions

View 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