diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-11-27 18:42:59 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-11-27 18:42:59 +0100 |
| commit | 78135a81d96a8bb74207b3f73c9f261aa4561a18 (patch) | |
| tree | 534fb19b9e9d51b557a76617a53934253431f1f4 /examples/src/example_common.rs | |
| parent | 49d5121094fb7e2f4ddc3aead351769443515d55 (diff) | |
Remove anyfmt
Diffstat (limited to 'examples/src/example_common.rs')
| -rw-r--r-- | examples/src/example_common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/example_common.rs b/examples/src/example_common.rs index 1a12fa69a..60bb02082 100644 --- a/examples/src/example_common.rs +++ b/examples/src/example_common.rs | |||
| @@ -4,7 +4,7 @@ use defmt_rtt as _; // global logger | |||
| 4 | use nrf52840_hal as _; | 4 | use nrf52840_hal as _; |
| 5 | use panic_probe as _; | 5 | use panic_probe as _; |
| 6 | 6 | ||
| 7 | pub use anyfmt::*; | 7 | pub use defmt::*; |
| 8 | 8 | ||
| 9 | use core::sync::atomic::{AtomicUsize, Ordering}; | 9 | use core::sync::atomic::{AtomicUsize, Ordering}; |
| 10 | 10 | ||
