rtic/ui/single/extern-interrupt-used.stderr
Jorge Aparicio 4e51bb68b9 RFC #207
2019-06-20 06:19:59 +02:00

8 lines
203 B
Text

error: `extern` interrupts can't be used as hardware tasks
--> $DIR/extern-interrupt-used.rs:5:20
|
5 | #[task(binds = UART0)]
| ^^^^^
error: aborting due to previous error