mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
Cleanup
This commit is contained in:
parent
8e8ec9b7b8
commit
1c8de78f6f
4 changed files with 15 additions and 22 deletions
|
|
@ -15,8 +15,7 @@ mod app {
|
|||
type MyMono2 = hal::Mono2;
|
||||
|
||||
#[init]
|
||||
fn init(cx: init::Context) -> (init::LateResources, init::Monotonics) {
|
||||
}
|
||||
fn init(cx: init::Context) -> (init::LateResources, init::Monotonics) {}
|
||||
|
||||
#[task]
|
||||
fn task1(_: task1::Context) {}
|
||||
|
|
@ -24,4 +23,3 @@ mod app {
|
|||
#[task]
|
||||
fn task2(_: task2::Context) {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue