diff options
| author | hathach <[email protected]> | 2025-10-01 20:56:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-02 10:43:55 +0700 |
| commit | 6d32256188d578079b0d050509f2c7d7178897a0 (patch) | |
| tree | 76e5f21d6321480da5bb1f87b318c06793455cd5 /docs/reference | |
| parent | 26939587b55dc3c6958a3b630664e6a0b7d9da9b (diff) | |
HIL add timeout for opening mtp device
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/getting_started.rst | 2 |
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. |
