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 'applications/bt/bt_debug_app/views/bt_packet_test.c')
-rw-r--r--applications/bt/bt_debug_app/views/bt_packet_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/bt/bt_debug_app/views/bt_packet_test.c b/applications/bt/bt_debug_app/views/bt_packet_test.c
index 19dd6b21..e9d3883a 100644
--- a/applications/bt/bt_debug_app/views/bt_packet_test.c
+++ b/applications/bt/bt_debug_app/views/bt_packet_test.c
@@ -98,7 +98,7 @@ static void bt_test_packet_timer_callback(void* context) {
}
BtPacketTest* bt_packet_test_alloc() {
- BtPacketTest* bt_packet_test = furi_alloc(sizeof(BtPacketTest));
+ BtPacketTest* bt_packet_test = malloc(sizeof(BtPacketTest));
bt_packet_test->bt_test = bt_test_alloc();
bt_test_set_context(bt_packet_test->bt_test, bt_packet_test);
bt_test_set_change_state_callback(