Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 271a1834 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Gerrit Code Review
Browse files

Merge "floss: Fix missing dependency on bt_shim"

parents 984bdfe8 6fcebc89
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ use std::time::Duration;
use syslog::{BasicLogger, Facility, Formatter3164};
use tokio::time;

// Necessary to link right entries.
#[allow(unused_imports)]
use bt_shim;

use bt_topshim::{btif::get_btinterface, topstack};
use btstack::{
    battery_manager::BatteryManager,