diff options
| author | Ulf Lilleengen <[email protected]> | 2023-11-21 16:01:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-21 16:01:46 +0100 |
| commit | bd2e6b0422cb43b1a0fc4efb443b31170d6e73c3 (patch) | |
| tree | 9157add91717241af1c4f60444f490c3fce52f3f /docs/modules/ROOT | |
| parent | 85059f693bb15bb2c37a9bc4a7b55373c54ec184 (diff) | |
Update faq.adoc
Diffstat (limited to 'docs/modules/ROOT')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 733ddbc5a..8aa9a1a72 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -9,10 +9,10 @@ Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit | |||
| 9 | If you see an error like this: | 9 | If you see an error like this: |
| 10 | 10 | ||
| 11 | [source,rust] | 11 | [source,rust] |
| 12 | --- | 12 | ---- |
| 13 | #[embassy_executor::main] | 13 | #[embassy_executor::main] |
| 14 | | ^^^^ could not find `main` in `embassy_executor` | 14 | | ^^^^ could not find `main` in `embassy_executor` |
| 15 | --- | 15 | ---- |
| 16 | 16 | ||
| 17 | You are likely missing some features of the `embassy-executor` crate. | 17 | You are likely missing some features of the `embassy-executor` crate. |
| 18 | 18 | ||
