rtic/ui/unknown-interrupt.stderr

6 lines
346 B
Text
Raw Permalink Normal View History

error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope
2021-08-31 19:54:48 +02:00
--> $DIR/unknown-interrupt.rs:3:47
|
3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])]
2021-08-31 20:01:10 +02:00
| ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`