Merge pull request #3082 from markszente/dsihost-format-derive
Add Format derive to DSI HOST Error
This commit is contained in:
commit
1a2c8cecde
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…
Reference in a new issue