mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 22:35:19 +01:00
Add check again
This commit is contained in:
parent
ac4a3edf90
commit
c85a4e34e6
3 changed files with 13 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
error: not enough interrupts to dispatch all software and async tasks (need: 1; given: 0) - one interrupt is needed per priority and sync/async task
|
||||
error: not enough interrupts to dispatch all software tasks (need: 1; given: 0)
|
||||
--> ui/extern-interrupt-not-enough.rs:17:8
|
||||
|
|
||||
17 | fn a(_: a::Context) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue