aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2024-02-13 15:23:50 +0100
committerGitHub <[email protected]>2024-02-13 15:23:50 +0100
commit4a0b1cbadb252f186ef41c465936bb3ac4dfcf3f (patch)
treecc768f5717b468ec00b9dbe625e013f50c369be2 /docs/modules
parentf9af0096bd6cd74853b8e5406d6135de2f5c8274 (diff)
Update docs/modules/ROOT/pages/faq.adoc
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index d55e63130..6b5e6d009 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -118,7 +118,7 @@ features = [
118] 118]
119---- 119----
120 120
121If 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: 121If 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:
122 122
123[source,rust] 123[source,rust]
124---- 124----