Add check again

This commit is contained in:
Emil Fresk 2023-01-02 14:58:37 +01:00 committed by Henrik Tjäder
parent 582c602912
commit 9829d0ac07
3 changed files with 13 additions and 23 deletions

View file

@ -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) {}