diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-06-09 03:33:39 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-06-09 03:33:39 +0200 |
| commit | 3465452a93719cdb46a2af4b6d893da3aacc0a15 (patch) | |
| tree | 7e21663f237e222bf7f036e3bd6b71660baafd24 /cyw43/src | |
| parent | 2e0bc71c866d1844b2f069090861ca678576c7a1 (diff) | |
fmt: remove unused defmt::timestamp!
Diffstat (limited to 'cyw43/src')
| -rw-r--r-- | cyw43/src/fmt.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cyw43/src/fmt.rs b/cyw43/src/fmt.rs index 5730447b3..9534c101c 100644 --- a/cyw43/src/fmt.rs +++ b/cyw43/src/fmt.rs | |||
| @@ -197,9 +197,6 @@ macro_rules! unwrap { | |||
| 197 | } | 197 | } |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | #[cfg(feature = "defmt-timestamp-uptime")] | ||
| 201 | defmt::timestamp! {"{=u64:us}", crate::time::Instant::now().as_micros() } | ||
| 202 | |||
| 203 | #[derive(Debug, Copy, Clone, Eq, PartialEq)] | 200 | #[derive(Debug, Copy, Clone, Eq, PartialEq)] |
| 204 | pub struct NoneError; | 201 | pub struct NoneError; |
| 205 | 202 | ||
