Skip to content

Commit

Permalink
use defmt::Format that decodes owner like Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Sep 19, 2024
1 parent 8ee7239 commit 68f076a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-hal/src/dma/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ where
bitfield::bitfield! {
#[doc(hidden)]
#[derive(Clone, Copy)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct DmaDescriptorFlags(u32);

u16;
Expand Down

0 comments on commit 68f076a

Please sign in to comment.