mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-20 14:55:30 +01:00
parent
3ef650832a
commit
1a49d67490
3 changed files with 27 additions and 4 deletions
5
ui/unknown-interrupt.stderr
Normal file
5
ui/unknown-interrupt.stderr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope
|
||||
--> examples/unknown-interrupt.rs:3:47
|
||||
|
|
||||
3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])]
|
||||
| ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`
|
||||
Loading…
Add table
Add a link
Reference in a new issue