Skip to content

Commit

Permalink
fix typo in fmt.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Aug 21, 2024
1 parent b63ba1a commit df8e91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/fmt.rs.template
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ macro_rules! debug {
{
#[cfg(feature = "defmt")]
::defmt::debug!($s $(, $x)*);
#[cfg(not(eature="defmt"))]
#[cfg(not(feature="defmt"))]
let _ = ($( & $x ),*);
}
};
Expand Down

0 comments on commit df8e91b

Please sign in to comment.