We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5892a4 commit 7fa1e5cCopy full SHA for 7fa1e5c
components/wpa_supplicant/esp_supplicant/src/esp_common.c
@@ -415,7 +415,7 @@ void esp_supplicant_common_deinit(void)
415
s_supplicant_evt_queue = NULL;
416
}
417
if (s_supplicant_api_lock) {
418
- os_semphr_delete(s_supplicant_api_lock);
+ os_mutex_delete(s_supplicant_api_lock);
419
s_supplicant_api_lock = NULL;
420
421
} else if (esp_supplicant_post_evt(SIG_SUPPLICANT_DEL_TASK, 0) != 0) {
0 commit comments