doc: colibri board: Add missing empty lines
Two code-blocks were not correctly rendered, due to missing empty lines before them. This commit fixes this. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
e35e7e1d59
commit
d88ee23f96
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,7 @@ To run Zephyr Binary using J-Link create the following script in order to
|
|||
get the Program Counter and Stack Pointer from zephyr.bin.
|
||||
|
||||
get-pc-sp.sh:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
#!/bin/sh
|
||||
|
@ -245,6 +246,7 @@ get-pc-sp.sh:
|
|||
|
||||
|
||||
Get the SP and PC from firmware binary: ``./get-pc-sp.sh zephyr.bin``
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pc=00900f01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue