Skip to content

Commit 7444127

Browse files
Aditi-Lonkarespressif-bot
authored andcommitted
fix(wpa_supplicant): Add few fixes in dpp task
1 parent 7fa1e5c commit 7444127

File tree

1 file changed

+1
-1
lines changed
  • components/wpa_supplicant/esp_supplicant/src

1 file changed

+1
-1
lines changed

components/wpa_supplicant/esp_supplicant/src/esp_dpp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ static void esp_dpp_task(void *pvParameters)
617617
s_dpp_evt_queue = NULL;
618618

619619
if (s_dpp_api_lock) {
620-
os_semphr_delete(s_dpp_api_lock);
620+
os_mutex_delete(s_dpp_api_lock);
621621
s_dpp_api_lock = NULL;
622622
}
623623

0 commit comments

Comments
 (0)