Remove unused imports
This commit is contained in:
parent
bd0b450ca4
commit
f41b0f6ba9
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use core::marker::PhantomData;
|
|||
use core::task::Poll;
|
||||
|
||||
use embassy_hal_internal::into_ref;
|
||||
use embassy_time::{block_for, Duration};
|
||||
use pac::i2c;
|
||||
|
||||
use crate::i2c::{
|
||||
|
|
Loading…
Reference in a new issue