diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-05-06 19:40:37 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-05-06 19:40:37 +0200 |
| commit | b4509bdbfe7cd5accf4c6b791a18ca55183a4993 (patch) | |
| tree | 77d5cf702a9be6afa123844af07f316338527714 /examples/t-schedule.rs | |
| parent | aad8f81991c3495f225df80d7c8456faecd40728 (diff) | |
Flattened the _ out of it
Diffstat (limited to 'examples/t-schedule.rs')
| -rw-r--r-- | examples/t-schedule.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
