mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(openthread): fix host interface mdoe none
This commit is contained in:
@ -113,6 +113,9 @@ static esp_err_t esp_openthread_host_interface_init(const esp_openthread_platfor
|
|||||||
"esp_openthread_host_cli_usb_init failed");
|
"esp_openthread_host_cli_usb_init failed");
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
case HOST_CONNECTION_MODE_NONE:
|
||||||
|
ESP_LOGI(OT_PLAT_LOG_TAG, "Host connection mode none");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return ESP_FAIL;
|
return ESP_FAIL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user