rtic/ui/unknown-interrupt.stderr
2021-08-31 19:50:50 +02:00

5 lines
No EOL
349 B
Text

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`