Update the import
This commit is contained in:
parent
fc1ef4947d
commit
ff9ff5e43a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use core::sync::atomic::{fence, Ordering};
|
|||
use core::task::Waker;
|
||||
|
||||
use embassy::util::{AtomicWaker, Unborrow};
|
||||
use embassy_extras::peripheral::{PeripheralMutex, PeripheralState};
|
||||
use embassy_extras::peripheral::{PeripheralMutex, PeripheralStateUnchecked};
|
||||
use embassy_extras::unborrow;
|
||||
use embassy_net::{Device, DeviceCapabilities, LinkState, PacketBuf, MTU};
|
||||
|
||||
|
|
Loading…
Reference in a new issue