We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfe1e0 commit fa2c8c1Copy full SHA for fa2c8c1
rtic/ui/task-priority-too-high.stderr
@@ -1,5 +1,5 @@
1
-error[E0080]: evaluation of constant value failed
+error[E0080]: evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware
2
--> ui/task-priority-too-high.rs:3:1
3
|
4
3 | #[rtic::app(device = lm3s6965)]
5
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `app::main::_` failed here
0 commit comments