mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
5 lines
346 B
Text
5 lines
346 B
Text
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`
|