mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
fix ble compilation error
This commit is contained in:
@@ -568,7 +568,6 @@ void controller_sleep_deinit(void)
|
||||
if (s_pm_lock != NULL) {
|
||||
esp_pm_lock_release(s_pm_lock);
|
||||
}
|
||||
s_pm_lock_acquired = false;
|
||||
}
|
||||
|
||||
if (!s_btdm_allow_light_sleep) {
|
||||
|
Reference in New Issue
Block a user