mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
fix(wpa_supplicant): Add few fixes in NAN task
This commit is contained in:
parent
e142c11dd0
commit
79bbcd5952
@ -673,7 +673,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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user