mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Update docs/modules/ROOT/pages/faq.adoc
This commit is contained in:
parent
f9af0096bd
commit
4a0b1cbadb
@ -118,7 +118,7 @@ features = [
|
||||
]
|
||||
----
|
||||
|
||||
If you are in the early project setup phase and not using anything from the HAL, make sure the HAL is passed to the linker by adding this line to your source:
|
||||
If you are in the early project setup phase and not using anything from the HAL, make sure the HAL is explicitly used to prevent the linker removing it as dead code by adding this line to your source:
|
||||
|
||||
[source,rust]
|
||||
----
|
||||
|
Loading…
Reference in New Issue
Block a user