Commit 4b6db527 authored by Yasushi SHOJI's avatar Yasushi SHOJI Committed by Anas Nashif
Browse files

boards/arm/*/doc: Fix numbered list syntax in .rst



For reStructuredText, continuing text in a numbered list must be aligned
to the first line.

These lines are searched by the following regex:

    ag '#\. .*\n[^ #\n]' **/*.rst

Signed-off-by: default avatarYasushi SHOJI <yashi@spacecubics.com>
parent a10d2b41
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -101,8 +101,7 @@ of the built in DFU-Util bootloader is possible by following the
Flashing
========

#. Build the Zephyr kernel and the :ref:`blinky-sample` sample
application:
#. Build the Zephyr kernel and the :ref:`blinky-sample` sample application:

   .. zephyr-app-commands::
      :zephyr-app: samples/basic/blinky
@@ -110,8 +109,8 @@ application:
      :goals: build
      :compact:

#. On the Adafruit Feather STM32F405, connect the 3.3V pin to the B0
boot pin with a jumper wire.
#. On the Adafruit Feather STM32F405, connect the 3.3V pin to the B0 boot pin
   with a jumper wire.

#. Flash the image:

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading