summaryrefslogtreecommitdiff
path: root/docs/reference/getting_started.rst
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-10-03 09:34:40 +0200
committerMengsk <[email protected]>2025-10-03 09:34:40 +0200
commit05ea8cf0ee1365dfe5b2c43c304838648f739abb (patch)
treeef4b339711c41927c35ef036e26640ae84c81ee7 /docs/reference/getting_started.rst
parentd322207441d55f636be911899f1c7928ba6b00b7 (diff)
parentc1bf19ed6cf1eaa791f221c1bc5ce4b3d069f76d (diff)
Merge remote-tracking branch 'tinyusb/master' into uac1
Diffstat (limited to 'docs/reference/getting_started.rst')
-rw-r--r--docs/reference/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst
index bb9ff1cb4..f1a755804 100644
--- a/docs/reference/getting_started.rst
+++ b/docs/reference/getting_started.rst
@@ -178,7 +178,7 @@ By default log message is printed via on-board UART which is slow and take lots
* Pros: work with most if not all MCUs
* Software viewer is JLink RTT Viewer/Client/Logger which is bundled with JLink driver package.
-* ``LOGGER=swo``\ : Use dedicated SWO pin of ARM Cortex SWD debug header.
+* ``LOGGER=swo`` : Use dedicated SWO pin of ARM Cortex SWD debug header.
* Cons: only work with ARM Cortex MCUs minus M0
* Pros: should be compatible with more debugger that support SWO.