aboutsummaryrefslogtreecommitdiff
path: root/examples/t-schedule.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-22 15:54:17 +0000
committerGitHub <noreply@github.com>2021-04-22 15:54:17 +0000
commita320cacb29e2297830ce5e95b704fc46915f725e (patch)
tree592e52a25d2b950057d7b2fc55a96a1cb71ceea4 /examples/t-schedule.rs
parente6a22aa48e088ef7c975d20d51e938b6b3205569 (diff)
parent6fc7b964748dab3161292fe7470aeadc8bf6e646 (diff)
Merge #481
481: use super::xx now works with monotonics r=AfoHT 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, 4 insertions, 0 deletions
diff --git a/examples/t-schedule.rs b/examples/t-schedule.rs
index d705160..4ce62b4 100644
--- a/examples/t-schedule.rs
+++ b/examples/t-schedule.rs
@@ -7,11 +7,15 @@
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