Merge pull request #2210 from embassy-rs/lulf-patch-1
fix: faq.adoc syntax
This commit is contained in:
commit
32b59148a8
@ -9,10 +9,10 @@ Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit
|
|||||||
If you see an error like this:
|
If you see an error like this:
|
||||||
|
|
||||||
[source,rust]
|
[source,rust]
|
||||||
---
|
----
|
||||||
#[embassy_executor::main]
|
#[embassy_executor::main]
|
||||||
| ^^^^ could not find `main` in `embassy_executor`
|
| ^^^^ could not find `main` in `embassy_executor`
|
||||||
---
|
----
|
||||||
|
|
||||||
You are likely missing some features of the `embassy-executor` crate.
|
You are likely missing some features of the `embassy-executor` crate.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user