Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/faq.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns authored Feb 13, 2024
1 parent f9af009 commit 4a0b1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit 4a0b1cb

Please sign in to comment.