fix ble compilation error

This commit is contained in:
cjin 2022-09-26 15:18:54 +08:00
parent a9f15d1556
commit f289710ccf

View File

@ -568,7 +568,6 @@ void controller_sleep_deinit(void)
if (s_pm_lock != NULL) { if (s_pm_lock != NULL) {
esp_pm_lock_release(s_pm_lock); esp_pm_lock_release(s_pm_lock);
} }
s_pm_lock_acquired = false;
} }
if (!s_btdm_allow_light_sleep) { if (!s_btdm_allow_light_sleep) {