Skip to content

Commit

Permalink
Allow both defmt and log to be used at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Nov 13, 2023
1 parent 337c3c0 commit d20c86b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fmt.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#![macro_use]
#![allow(unused_macros)]

#[cfg(all(feature = "defmt", feature = "log"))]
compile_error!("You may not enable both `defmt` and `log` features.");

macro_rules! assert {
($($x:tt)*) => {
{
Expand Down

0 comments on commit d20c86b

Please sign in to comment.