fix UI test

This commit is contained in:
Jorge Aparicio 2021-08-31 19:54:48 +02:00
parent 38bd29779e
commit c4404e59a1

View file

@ -1,5 +1,5 @@
error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope
--> examples/unknown-interrupt.rs:3:47 --> $DIR/unknown-interrupt.rs:3:47
| |
3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])] 3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])]
| ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt` | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`