From c73133d102fb7a5d847bb2dd903e2daaffcd78a9 Mon Sep 17 00:00:00 2001 From: Joel Guittet Date: Tue, 2 May 2023 18:36:29 +0200 Subject: [PATCH] wio terminal: fix documentation syntax Fix a syntax issue in the documentation of the Wio Terminal board. Signed-off-by: Joel Guittet --- boards/arm/wio_terminal/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/wio_terminal/doc/index.rst b/boards/arm/wio_terminal/doc/index.rst index 613061d8d5..5ccd90061c 100644 --- a/boards/arm/wio_terminal/doc/index.rst +++ b/boards/arm/wio_terminal/doc/index.rst @@ -166,7 +166,7 @@ Debugging In addition to the built-in bootloader, the Wio Terminal can be flashed and debugged using an SWD probe such as the Segger J-Link. -#. Solder cables to the code:`SWCLK`, :code:`SWDIO`, :code:`RESET`, +#. Solder cables to the :code:`SWCLK`, :code:`SWDIO`, :code:`RESET`, :code:`GND`, and :code:`3V3` pins. See `Test with SWD`_ for more information.