Commit 3ffac998 authored by Olivier Gay's avatar Olivier Gay Committed by Carles Cufi
Browse files

doc: fix wrong board name in Nordic doc



The nRF52-PCA10040 command line example with cmake was using a wrong
Nordic board name.

Signed-off-by: default avatarOlivier Gay <ogay@logitech.com>
parent 355d58b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ Then build and flash the application in the usual way.

.. zephyr-app-commands::
   :zephyr-app: samples/hello_world
   :board: nrf52840_pca10056
   :board: nrf52_pca10040
   :goals: build flash

Debugging