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

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