mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
rtic: update UI test with new message
This message was changed in rust 1.89 See: https://users.rust-lang.org/t/regression-of-panic-message-in-const-context-since-1-89/133161 Probably due to https://github.com/rust-lang/rust/pull/142015
This commit is contained in:
parent
21b5e61871
commit
914acfb1bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
error[E0080]: evaluation of constant value failed
|
||||
error[E0080]: evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware
|
||||
--> ui/task-priority-too-high.rs:3:1
|
||||
|
|
||||
3 | #[rtic::app(device = lm3s6965)]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `app::main::_` failed here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue