mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
Merge pull request #3082 from markszente/dsihost-format-derive
Add Format derive to DSI HOST Error
This commit is contained in:
commit
1a2c8cecde
@ -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…
x
Reference in New Issue
Block a user