This commit is contained in:
Per Lindgren 2020-10-24 20:21:52 +02:00
parent 12d2fa5fd3
commit 6f67d3a933

View file

@ -4,8 +4,4 @@
mod app {
#[task(binds = UART0)]
fn a(_: a::Context) {}
extern "C" {
fn UART0();
}
}