summaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorc1570 <[email protected]>2025-09-27 00:30:24 +0200
committerc1570 <[email protected]>2025-10-20 21:08:13 +0200
commit82aa46d8ea9370944440cc40b87738ebeabb9593 (patch)
tree1316b3b599f87e8a3d190c36bb4ff93764d558ca /docs/faq.rst
parent39e2e5167c3b59176293023eaf0249a5b3955f0c (diff)
more consolidation
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 505833316..ade51a379 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -38,7 +38,7 @@ Run ``python tools/get_deps.py FAMILY`` where FAMILY is your MCU family (e.g., s
**Q: Can I use my own build system instead of Make/CMake?**
-Yes, just add all ``.c`` files from ``src/`` to your project and configure include paths. See :doc:`tutorials/getting_started` for details.
+Yes, just add all ``.c`` files from ``src/`` to your project and configure include paths. See :doc:`getting_started` for details.
**Q: Error: "tusb_config.h: No such file or directory"**