Skip to content

Commit d791562

Browse files
dipakgmxkartben
authored andcommitted
boards: frdm_mcxw71: doc: fix sample command typo
Changed from `:west-args:` to `:gen-args:` for specifying config file. Signed-off-by: Dipak Shetty <[email protected]>
1 parent d225d15 commit d791562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/nxp/frdm_mcxw71/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ Openthread applications
144144
:zephyr-app: samples/net/sockets/echo_server
145145
:board: frdm_mcxw71
146146
:goals: build
147-
:west-args: -- -DEXTRA_CONF_FILE=overlay-ot.conf
147+
:gen-args: -DEXTRA_CONF_FILE=overlay-ot.conf
148148

149149
.. zephyr-app-commands::
150150
:zephyr-app: samples/net/sockets/echo_client
151151
:board: frdm_mcxw71
152152
:goals: build
153-
:west-args: -- -DEXTRA_CONF_FILE=overlay-ot.conf
153+
:gen-args: -DEXTRA_CONF_FILE=overlay-ot.conf
154154

155155
Application Flashing
156156
====================

0 commit comments

Comments
 (0)