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/f6/ble_glue/gap.c')
-rwxr-xr-xfirmware/targets/f6/ble_glue/gap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/targets/f6/ble_glue/gap.c b/firmware/targets/f6/ble_glue/gap.c
index 1bd0cbbf..d1b1b766 100755
--- a/firmware/targets/f6/ble_glue/gap.c
+++ b/firmware/targets/f6/ble_glue/gap.c
@@ -463,7 +463,7 @@ bool gap_init(GapConfig* config, GapEventCallback on_event_cb, void* context) {
return false;
}
- gap = furi_alloc(sizeof(Gap));
+ gap = malloc(sizeof(Gap));
gap->config = config;
srand(DWT->CYCCNT);
// Create advertising timer
@@ -516,7 +516,7 @@ GapState gap_get_state() {
void gap_start_scan(GapScanCallback callback, void* context) {
furi_assert(callback);
- gap_scan = furi_alloc(sizeof(GapScan));
+ gap_scan = malloc(sizeof(GapScan));
gap_scan->callback = callback;
gap_scan->context = context;
// Scan interval 250 ms