Skip to content

Commit 99ff090

Browse files
gregshuetejlmand
authored andcommitted
Apply suggestions from code review
Adopted from review suggestions. Co-authored-by: Torsten Tejlmand Rasmussen <[email protected]>
1 parent 84e809d commit 99ff090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/application/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ Application Configuration Directory
478478
Zephyr will use configuration files from the application's configuration
479479
directory except for files with an absolute path provided by the arguments
480480
described earlier, for example ``CONF_FILE``, ``OVERLAY_CONFIG``, and
481-
``DTC_OVERLAY_FILE``. A file in a Zephyr module can be referred by
481+
``DTC_OVERLAY_FILE``. A file in a Zephyr module can be referred by
482482
escaping the Zephyr module dir variable like this
483-
``\${ZEPHYR_<modulename>_MODULE_DIR}/<path-to>/<file>``
483+
``\${ZEPHYR_<module>_MODULE_DIR}/<path-to>/<file>``
484484
when setting any of said variables.
485485

486486
The application configuration directory is defined by the

doc/guides/dts/howtos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ variable :makevar:`DTC_OVERLAY_FILE` contains a space- or semicolon-separated
204204
list of overlay files to use. If :makevar:`DTC_OVERLAY_FILE` specifies multiple
205205
files, they are included in that order by the C preprocessor. A file in a
206206
Zephyr module can be referred to by escaping the Zephyr module dir variable
207-
like `\${ZEPHYR_<modulename>_MODULE_DIR}/<path-to>/dts.overlay`
207+
like `\${ZEPHYR_<module>_MODULE_DIR}/<path-to>/dts.overlay`
208208
when setting the DTC_OVERLAY_FILE variable.
209209

210210
You can set :makevar:`DTC_OVERLAY_FILE` to contain exactly the files you want

0 commit comments

Comments
 (0)