Update docs/modules/ROOT/pages/faq.adoc

This commit is contained in:
James Munns 2023-11-27 21:43:05 +01:00 committed by GitHub
parent f88aa9ce48
commit 74a6855f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ You probably need to enable a time driver for your HAL (not in `embassy-time`!).
[source,toml] [source,toml]
---- ----
[dependencies.embassy-stm32] [dependencies.embassy-stm32]
version = "0.1.0", version = "0.1.0"
features = [ features = [
# ... # ...
"time-driver-any", # Add this line! "time-driver-any", # Add this line!