mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix typo in error message in esp_bluedroid_init
Closes https://github.com/espressif/esp-idf/pull/2835
This commit is contained in:
parent
02da4154a1
commit
fdd865f22d
@ -119,7 +119,7 @@ esp_err_t esp_bluedroid_init(void)
|
|||||||
future_t **future_p;
|
future_t **future_p;
|
||||||
|
|
||||||
if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) {
|
if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) {
|
||||||
LOG_ERROR("Conroller not initialised\n");
|
LOG_ERROR("Controller not initialised\n");
|
||||||
return ESP_ERR_INVALID_STATE;
|
return ESP_ERR_INVALID_STATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user