mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 05:29:38 +01:00
Fixed erroneous tag
This commit is contained in:
parent
f2c37e02c0
commit
7b2741264d
1 changed files with 1 additions and 1 deletions
|
@ -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 ..
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue