Fix typo in basic_application.adoc
This commit is contained in:
parent
01ec70d241
commit
50c8f9adb8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ include::example$basic/src/main.rs[lines="18..27"]
|
||||||
|
|
||||||
An embassy task must be declared `async`, and may NOT take generic arguments. In this case, we are handed the LED that should be blinked and the interval of the blinking.
|
An embassy task must be declared `async`, and may NOT take generic arguments. In this case, we are handed the LED that should be blinked and the interval of the blinking.
|
||||||
|
|
||||||
NOTE: Notice that there is not busy waiting going on in this task. It is using the Embassy timer to yield execution, allowing the microcontroller to sleep in between the blinking.
|
NOTE: Notice that there is no busy waiting going on in this task. It is using the Embassy timer to yield execution, allowing the microcontroller to sleep in between the blinking.
|
||||||
|
|
||||||
=== Main
|
=== Main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue