diff options
-rw-r--r-- | ui/unknown-interrupt.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/unknown-interrupt.stderr b/ui/unknown-interrupt.stderr index efda2879..c7d32699 100644 --- a/ui/unknown-interrupt.stderr +++ b/ui/unknown-interrupt.stderr @@ -2,4 +2,4 @@ error[E0599]: no variant or associated item named `UnknownInterrupt` found for e --> $DIR/unknown-interrupt.rs:3:47 | 3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])] - | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`
\ No newline at end of file + | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt` |