mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix UI test, take 2
This commit is contained in:
parent
c4404e59a1
commit
da1fd6166e
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ error[E0599]: no variant or associated item named `UnknownInterrupt` found for e
|
||||||
--> $DIR/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`
|
||||||
|
|
Loading…
Reference in a new issue