aboutsummaryrefslogtreecommitdiff
path: root/ui/unknown-interrupt.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'ui/unknown-interrupt.stderr')
-rw-r--r--ui/unknown-interrupt.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/unknown-interrupt.stderr b/ui/unknown-interrupt.stderr
deleted file mode 100644
index c7d3269..0000000
--- a/ui/unknown-interrupt.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope
- --> $DIR/unknown-interrupt.rs:3:47
- |
-3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])]
- | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`