mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(wpa_supplicant): Add few fixes in NAN task
This commit is contained in:
@ -672,7 +672,7 @@ void esp_nan_app_deinit(void)
|
||||
}
|
||||
|
||||
if (s_nan_data_lock) {
|
||||
os_semphr_delete(s_nan_data_lock);
|
||||
os_mutex_delete(s_nan_data_lock);
|
||||
s_nan_data_lock = NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user