mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-17 13:58:38 +01:00
9 lines
242 B
Text
9 lines
242 B
Text
![]() |
error: only exceptions with configurable priority can be used as hardware tasks
|
||
|
--> $DIR/exception-invalid.rs:6:8
|
||
|
|
|
||
|
6 | fn NonMaskableInt(_: NonMaskableInt::Context) {}
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|