Get rid of some warnings
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
use core::future::Future;
|
||||
use core::pin::Pin;
|
||||
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
|
@ -1,5 +1,4 @@
|
||||
use core::future::Future;
|
||||
use core::pin::Pin;
|
||||
|
||||
/// Wait for a pin to become high.
|
||||
pub trait WaitForHigh {
|
||||
|
@ -1,7 +1,6 @@
|
||||
//! Async SPI API
|
||||
|
||||
use core::future::Future;
|
||||
use core::pin::Pin;
|
||||
|
||||
/// Full duplex (master mode)
|
||||
///
|
||||
|
@ -1,5 +1,4 @@
|
||||
use core::future::Future;
|
||||
use core::pin::Pin;
|
||||
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
|
Reference in New Issue
Block a user