mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
extern task
This commit is contained in:
parent
d11b2ddd35
commit
96cd625223
7 changed files with 125 additions and 31 deletions
|
|
@ -4,8 +4,4 @@
|
|||
mod app {
|
||||
#[task(binds = UART0)]
|
||||
fn a(_: a::Context) {}
|
||||
|
||||
extern "C" {
|
||||
fn UART0();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue