mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-17 13:58:38 +01:00
9 lines
213 B
Text
9 lines
213 B
Text
![]() |
error: `extern` interrupts can't be used as hardware tasks
|
||
|
--> $DIR/extern-interrupt-used.rs:5:25
|
||
|
|
|
||
|
5 | #[interrupt(binds = UART0)]
|
||
|
| ^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|