mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Remove unused imports
This commit is contained in:
parent
bd0b450ca4
commit
f41b0f6ba9
@ -4,7 +4,6 @@ use core::marker::PhantomData;
|
|||||||
use core::task::Poll;
|
use core::task::Poll;
|
||||||
|
|
||||||
use embassy_hal_internal::into_ref;
|
use embassy_hal_internal::into_ref;
|
||||||
use embassy_time::{block_for, Duration};
|
|
||||||
use pac::i2c;
|
use pac::i2c;
|
||||||
|
|
||||||
use crate::i2c::{
|
use crate::i2c::{
|
||||||
|
Loading…
Reference in New Issue
Block a user