mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Save
This commit is contained in:
parent
faf03f414b
commit
42fbffcc52
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
//! A channel operating on bitflags.
|
||||
|
||||
use core::{future::poll_fn, task::Poll};
|
||||
|
||||
use atomic::AtomicType;
|
||||
use bitflags::{Bits, Flags};
|
||||
use core::{future::poll_fn, task::Poll};
|
||||
use portable_atomic::Ordering;
|
||||
use rtic_common::waker_registration::CriticalSectionWakerRegistration as CSWaker;
|
||||
|
||||
|
|
Loading…
Reference in a new issue