From b4509bdbfe7cd5accf4c6b791a18ca55183a4993 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 6 May 2021 19:40:37 +0200 Subject: Flattened the _ out of it --- examples/t-schedule.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/t-schedule.rs') diff --git a/examples/t-schedule.rs b/examples/t-schedule.rs index 4ce62b4..d705160 100644 --- a/examples/t-schedule.rs +++ b/examples/t-schedule.rs @@ -7,15 +7,11 @@ use panic_semihosting as _; -pub struct SomeStruct; - #[rtic::app(device = lm3s6965, dispatchers = [SSI0])] mod app { use dwt_systick_monotonic::DwtSystick; use rtic::time::duration::Seconds; - use super::SomeStruct; - #[monotonic(binds = SysTick, default = true)] type MyMono = DwtSystick<8_000_000>; // 8 MHz -- cgit v1.2.3