mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci fix
This commit is contained in:
parent
12d2fa5fd3
commit
6f67d3a933
1 changed files with 0 additions and 4 deletions
|
@ -4,8 +4,4 @@
|
|||
mod app {
|
||||
#[task(binds = UART0)]
|
||||
fn a(_: a::Context) {}
|
||||
|
||||
extern "C" {
|
||||
fn UART0();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue