Run cargo fmt
This commit is contained in:
parent
cd561b19ef
commit
7dfe119fe0
@ -7,14 +7,12 @@ use core::task::Poll;
|
||||
use embassy_executor::executor::Spawner;
|
||||
use embassy_executor::time::{Duration, Instant, Timer};
|
||||
use embassy_nrf::Peripherals;
|
||||
|
||||
// N.B. systemview_target cannot be used at the same time as defmt_rtt.
|
||||
|
||||
use rtos_trace;
|
||||
use systemview_target::SystemView;
|
||||
use panic_probe as _;
|
||||
#[cfg(feature = "log")]
|
||||
use log::*;
|
||||
use panic_probe as _;
|
||||
// N.B. systemview_target cannot be used at the same time as defmt_rtt.
|
||||
use rtos_trace;
|
||||
use systemview_target::SystemView;
|
||||
|
||||
static LOGGER: systemview_target::SystemView = systemview_target::SystemView::new();
|
||||
rtos_trace::global_trace! {SystemView}
|
||||
|
Loading…
Reference in New Issue
Block a user