aboutsummaryrefslogtreecommitdiff
path: root/examples/t-schedule.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-27 16:18:46 +0000
committerGitHub <noreply@github.com>2021-05-27 16:18:46 +0000
commit0b0bb1bfa9de42e951f538b8f43bfcc53709a241 (patch)
tree8d83566481df0925920b703e63dc310b87c39bb9 /examples/t-schedule.rs
parentaad8f81991c3495f225df80d7c8456faecd40728 (diff)
parentc17348d2904b60713e1914567ba5566134165103 (diff)
Merge #485
485: New codegen structure to eliminate issues with paths r=korken89 a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'examples/t-schedule.rs')
-rw-r--r--examples/t-schedule.rs4
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