mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
and this too
This commit is contained in:
@@ -409,7 +409,9 @@ void shci_cmd_resp_release(uint32_t flag) {
|
|||||||
void shci_cmd_resp_wait(uint32_t timeout) {
|
void shci_cmd_resp_wait(uint32_t timeout) {
|
||||||
UNUSED(timeout);
|
UNUSED(timeout);
|
||||||
if(ble_glue) {
|
if(ble_glue) {
|
||||||
|
furi_hal_power_insomnia_enter();
|
||||||
furi_semaphore_acquire(ble_glue->shci_sem, FuriWaitForever);
|
furi_semaphore_acquire(ble_glue->shci_sem, FuriWaitForever);
|
||||||
|
furi_hal_power_insomnia_exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user