diff --git a/src/fmt.rs b/src/fmt.rs index 1776a01..0ef8f2e 100644 --- a/src/fmt.rs +++ b/src/fmt.rs @@ -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)*) => { {