aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-12-12 23:31:05 +0100
committerEmil Fresk <emil.fresk@gmail.com>2020-12-12 23:35:47 +0100
commit1c8de78f6f6e9e265d9d894d2ebde622bf16d44e (patch)
tree0ce6ed85be7c80e6204adb8bea8467db29a8f9f2 /examples
parent8e8ec9b7b879adae8d4de6cb2320b9b19290a7e0 (diff)
Cleanup
Diffstat (limited to 'examples')
-rw-r--r--examples/test_new_monotonic.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/test_new_monotonic.rs b/examples/test_new_monotonic.rs
index d2530c6..3323c09 100644
--- a/examples/test_new_monotonic.rs
+++ b/examples/test_new_monotonic.rs
@@ -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) {}
}
-