Remove trivial to remove uses of atomic-polyfill.

This commit is contained in:
Dario Nieuwenhuis
2023-07-12 18:30:43 +02:00
parent ed86fc175f
commit dff9bd9711
12 changed files with 12 additions and 19 deletions

View File

@ -1,8 +1,8 @@
use core::cell::UnsafeCell;
use core::marker::PhantomData;
use core::sync::atomic::{AtomicBool, AtomicU16, Ordering};
use core::task::Poll;
use atomic_polyfill::{AtomicBool, AtomicU16, Ordering};
use embassy_hal_common::{into_ref, Peripheral};
use embassy_sync::waitqueue::AtomicWaker;
use embassy_usb_driver::{