Fixed erroneous tag

This commit is contained in:
Emil Fresk 2020-10-07 11:04:16 +02:00
parent f2c37e02c0
commit 7b2741264d

View file

@ -24,7 +24,7 @@ const APP: () = {
// .. user code ..
}
#[interrupt(binds = UART0, priority = 2)]
#[task(binds = UART0, priority = 2)]
fn foo(c: foo::Context) {
// .. user code ..
}