samples: display: doc: Corrected build commands
Corrected build command paths in the documentation of the display driver sample Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
4bdb407d7d
commit
e242f020f4
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Below is an example on how to build for a :ref:`nrf52840_pca10056` board with a
|
|||
:ref:`adafruit_2_8_tft_touch_v2`.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/drivers/display_shield
|
||||
:zephyr-app: samples/drivers/display
|
||||
:board: nrf52840_pca10056
|
||||
:goals: build
|
||||
:shield: adafruit_2_8_tft_touch_v2
|
||||
|
@ -33,7 +33,7 @@ For testing purpose without the need of any hardware, the :ref:`native_posix`
|
|||
board is also supported and can be built as follows;
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/drivers/display_shield
|
||||
:zephyr-app: samples/drivers/display
|
||||
:board: native_posix
|
||||
:goals: build
|
||||
:compact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue