aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2023-11-27 21:43:05 +0100
committerGitHub <[email protected]>2023-11-27 21:43:05 +0100
commit74a6855f0104f5e9a4ad8603546444d9428c8917 (patch)
treebc86b2b9e5af67f8317b071e98430470d2535f67 /docs
parentf88aa9ce4857d59a5bcb40e300728c9b1f6e8f06 (diff)
Update docs/modules/ROOT/pages/faq.adoc
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc2
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]
112version = "0.1.0", 112version = "0.1.0"
113features = [ 113features = [
114 # ... 114 # ...
115 "time-driver-any", # Add this line! 115 "time-driver-any", # Add this line!