fix(openthread): fix openthread radio spinel deinit

This commit is contained in:
Xu Si Yu
2024-12-30 14:29:41 +08:00
parent aaab96050a
commit f5f07d4962
9 changed files with 19 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ esp_err_t esp_enable_extern_coex_gpio_pin(external_coex_wire_t wire_type,
* @brief Disable external coex.
* @return : ESP_OK - success, other - failed
*/
esp_err_t esp_disable_extern_coex_gpio_pin();
esp_err_t esp_disable_extern_coex_gpio_pin(void);
#if SOC_EXTERNAL_COEX_ADVANCE
/**