From 63c6a6afc033432f58d1ec3de39640c584553153 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 27 Sep 2021 10:12:32 +0200 Subject: More docs updates --- book/en/src/by-example/app_init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/by-example/app_init.md') diff --git a/book/en/src/by-example/app_init.md b/book/en/src/by-example/app_init.md index 7a73e1b..3112ccf 100644 --- a/book/en/src/by-example/app_init.md +++ b/book/en/src/by-example/app_init.md @@ -1,4 +1,4 @@ -# App initialization and `#[init]` +# App initialization and the `#[init]` task An RTIC application is required an `init` task setting up the system. The corresponding function must have the signature `fn(init::Context) -> (Shared, Local, init::Monotonics)`, where `Shared` and `Local` are the resource structures defined by the user. -- cgit v1.2.3