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:
authorあく <alleteam@gmail.com>2021-09-15 17:40:09 +0300
committerGitHub <noreply@github.com>2021-09-15 17:40:09 +0300
commit72ca76097a9752cc539c22cb8961ee481939eac4 (patch)
tree22d253700986bfcf2def2b22da2c0a2e187dd662 /applications/bt
parent66f9d946ae0f14d4ad11810a55c7cc638ee315e5 (diff)
[FL-1811] FuriHal: move core2 startup to hal init stage, prevent working with flash controller till core2 startup finish. #704
Diffstat (limited to 'applications/bt')
-rwxr-xr-xapplications/bt/bt_service/bt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/bt/bt_service/bt.c b/applications/bt/bt_service/bt.c
index 0c7dac90..09094d17 100755
--- a/applications/bt/bt_service/bt.c
+++ b/applications/bt/bt_service/bt.c
@@ -62,7 +62,6 @@ Bt* bt_alloc() {
int32_t bt_srv() {
Bt* bt = bt_alloc();
furi_record_create("bt", bt);
- furi_hal_bt_init();
if(!furi_hal_bt_wait_startup()) {
FURI_LOG_E(BT_SERVICE_TAG, "Core2 startup failed");