diff options
author | 2020-09-25 13:59:04 +0000 | |
---|---|---|
committer | 2020-09-25 14:33:08 +0000 | |
commit | ec936c3b51801280ee6edb365b784d515382b6fb (patch) | |
tree | e435015952c2f4532c7f36e6c5d96ac89447f431 /ui/single/task-priority-too-high.rs | |
parent | 262c15083bd4b40c638f91d7497d3d602d0b5d34 (diff) | |
download | rtic-ec936c3b51801280ee6edb365b784d515382b6fb.tar.gz rtic-ec936c3b51801280ee6edb365b784d515382b6fb.tar.zst rtic-ec936c3b51801280ee6edb365b784d515382b6fb.zip |
Update test suite output
Diffstat (limited to 'ui/single/task-priority-too-high.rs')
-rw-r--r-- | ui/single/task-priority-too-high.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/single/task-priority-too-high.rs b/ui/single/task-priority-too-high.rs index c01d685b..fbafa4d2 100644 --- a/ui/single/task-priority-too-high.rs +++ b/ui/single/task-priority-too-high.rs @@ -1,7 +1,5 @@ #![no_main] -use rtic::app; - #[rtic::app(device = lm3s6965)] mod app { #[init] |