~ruther/simple-clock

acab128cc0da59d129c9375bfb9253bdaeca3c4c — František Boháček 1 year, 8 months ago 0545adc
fix(src): remove unnecessary import
1 files changed, 0 insertions(+), 1 deletions(-)

M source/src/main.rs
M source/src/main.rs => source/src/main.rs +0 -1
@@ 25,7 25,6 @@ use clock_app::{ClockApp, ClockInterrupt};
use clock_display::{ClockDisplay, DisplayPart};
use clock_display_viewer::ClockDisplayViewer;
use clock_state::ClockState;
use simple_clock::button::Button;
use core::{alloc::Layout, cell::RefCell, convert::Infallible, panic::PanicInfo};
use cortex_m::asm::wfi;
use cortex_m_rt::entry;

Do not follow this link