Reduce use of the full futures crate.
This commit is contained in:
@@ -35,7 +35,7 @@ aligned = "0.4.1"
|
||||
bit_field = "0.10.2"
|
||||
stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
|
||||
stm32wb-hci = { version = "0.17.0", optional = true }
|
||||
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
|
||||
futures-util = { version = "0.3.30", default-features = false }
|
||||
bitflags = { version = "2.3.3", optional = true }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -5,7 +5,7 @@ use core::task::Poll;
|
||||
use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex;
|
||||
use embassy_sync::mutex::MutexGuard;
|
||||
use embassy_sync::signal::Signal;
|
||||
use futures::FutureExt;
|
||||
use futures_util::FutureExt;
|
||||
|
||||
use super::commands::MacCommand;
|
||||
use super::event::MacEvent;
|
||||
|
||||
Reference in New Issue
Block a user