mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix ble compilation error
This commit is contained in:
parent
a9f15d1556
commit
f289710ccf
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user