Add Format derive
This commit is contained in:
parent
c818125c22
commit
3cf94958c6
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ impl<'d, T: Instance> DsiHost<'d, T> {
|
|||
/// Possible Error Types for DSI HOST
|
||||
#[non_exhaustive]
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub enum Error {
|
||||
/// Waiting for FIFO empty flag timed out
|
||||
FifoTimeout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue