aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-09 03:33:39 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-09 03:33:39 +0200
commit3465452a93719cdb46a2af4b6d893da3aacc0a15 (patch)
tree7e21663f237e222bf7f036e3bd6b71660baafd24 /embassy-sync
parent2e0bc71c866d1844b2f069090861ca678576c7a1 (diff)
fmt: remove unused defmt::timestamp!
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/src/fmt.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy-sync/src/fmt.rs b/embassy-sync/src/fmt.rs
index f8bb0a035..066970813 100644
--- a/embassy-sync/src/fmt.rs
+++ b/embassy-sync/src/fmt.rs
@@ -195,9 +195,6 @@ macro_rules! unwrap {
195 } 195 }
196} 196}
197 197
198#[cfg(feature = "defmt-timestamp-uptime")]
199defmt::timestamp! {"{=u64:us}", crate::time::Instant::now().as_micros() }
200
201#[derive(Debug, Copy, Clone, Eq, PartialEq)] 198#[derive(Debug, Copy, Clone, Eq, PartialEq)]
202pub struct NoneError; 199pub struct NoneError;
203 200