aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorPer Lindgren <per.lindgren@ltu.se>2020-10-24 19:38:49 +0200
committerPer Lindgren <per.lindgren@ltu.se>2020-10-29 19:29:46 +0100
commit96cd625223404a3b32a62384055ccd4765f92312 (patch)
treee1190b395650334f834c218ff33583b783f81054 /ui
parentd11b2ddd3559b29480b9bbcf9d5b7836de190f77 (diff)
extern task
Diffstat (limited to 'ui')
-rw-r--r--ui/single/extern-interrupt-used.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/single/extern-interrupt-used.rs b/ui/single/extern-interrupt-used.rs
index 2ba3168..240e736 100644
--- a/ui/single/extern-interrupt-used.rs
+++ b/ui/single/extern-interrupt-used.rs
@@ -4,8 +4,4 @@
mod app {
#[task(binds = UART0)]
fn a(_: a::Context) {}
-
- extern "C" {
- fn UART0();
- }
}