From acab128cc0da59d129c9375bfb9253bdaeca3c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sun, 30 Jul 2023 21:27:17 +0200 Subject: [PATCH] fix(src): remove unnecessary import --- source/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/source/src/main.rs b/source/src/main.rs index 6be0274..488a04c 100644 --- a/source/src/main.rs +++ b/source/src/main.rs @@ -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; -- 2.48.1