diff options
| author | James Munns <[email protected]> | 2023-11-27 21:43:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-27 21:43:05 +0100 |
| commit | 74a6855f0104f5e9a4ad8603546444d9428c8917 (patch) | |
| tree | bc86b2b9e5af67f8317b071e98430470d2535f67 /docs | |
| parent | f88aa9ce4857d59a5bcb40e300728c9b1f6e8f06 (diff) | |
Update docs/modules/ROOT/pages/faq.adoc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 1b4357be9..37a2605d5 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -109,7 +109,7 @@ You probably need to enable a time driver for your HAL (not in `embassy-time`!). | |||
| 109 | [source,toml] | 109 | [source,toml] |
| 110 | ---- | 110 | ---- |
| 111 | [dependencies.embassy-stm32] | 111 | [dependencies.embassy-stm32] |
| 112 | version = "0.1.0", | 112 | version = "0.1.0" |
| 113 | features = [ | 113 | features = [ |
| 114 | # ... | 114 | # ... |
| 115 | "time-driver-any", # Add this line! | 115 | "time-driver-any", # Add this line! |
