aboutsummaryrefslogtreecommitdiff
path: root/ui/single/extern-interrupt-used.stderr
blob: 2e084caf1ec1dbf95709aff12bf82f4733da7e92 (plain)
1
2
3
4
5
6
7
8
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