Update docs/modules/ROOT/pages/faq.adoc
This commit is contained in:
parent
f9af0096bd
commit
4a0b1cbadb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue