Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/targets/f7/ble_glue/ble_glue.c')
-rw-r--r--firmware/targets/f7/ble_glue/ble_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/targets/f7/ble_glue/ble_glue.c b/firmware/targets/f7/ble_glue/ble_glue.c
index 4c26e086..a509a96e 100644
--- a/firmware/targets/f7/ble_glue/ble_glue.c
+++ b/firmware/targets/f7/ble_glue/ble_glue.c
@@ -64,7 +64,7 @@ void ble_glue_set_key_storage_changed_callback(
}
void ble_glue_init() {
- ble_glue = furi_alloc(sizeof(BleGlue));
+ ble_glue = malloc(sizeof(BleGlue));
ble_glue->status = BleGlueStatusStartup;
// Configure the system Power Mode