Skip to content

Commit 39dcdcd

Browse files
annwojkartben
authored andcommitted
doc: small render fix for nRF54L15 page
fixed the directive to make sure the command renders correctly Signed-off-by: Anna Wojdylo <[email protected]>
1 parent 608d94b commit 39dcdcd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

boards/nordic/nrf54l15dk/doc/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,12 @@ Applications for the ``nrf54l15dk/nrf54l15/cpuflpr`` board target need
100100
to be built as multicore configuration with code snippet called ``vpr_launcher``
101101
for the application core.
102102

103-
Enter the following command to compile ``hello_world`` for the FLPR core::
104-
west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
103+
Enter the following command to compile ``hello_world`` for the FLPR core:
104+
105+
.. code-block:: console
106+
107+
west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
108+
105109
106110
Flashing
107111
========

0 commit comments

Comments
 (0)