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

This commit is contained in:
James Munns 2024-02-13 15:23:50 +01:00 committed by GitHub
parent f9af0096bd
commit 4a0b1cbadb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]
----