Skip to content

Commit

Permalink
fix: fix defmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
tact1m4n3 committed May 18, 2024
1 parent 27e7d37 commit 05b0a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ enum ReadState {
Reading,
}

#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct ReaderConfig {
/// Sync byte to use for finding the start of a frame. Default is `0xC8`
sync: PacketAddressFlags,
Expand Down

0 comments on commit 05b0a1d

Please sign in to comment.