Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edward A. Lee <[email protected]>
  • Loading branch information
erlingrj and edwardalee authored Oct 19, 2023
1 parent fe8927b commit 913c3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/documentation/copy/en/embedded/Zephyr.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ a `Kconfig` file. Both are copied into the `src-gen` folder when invoking
# The `west lfc` command
The custom `lfc` west command has already been used in previous sections.
It can be inspected in `scripts/lf_build.py`.
It invokes `lfc` on the provided LF source file. Copies `prj.conf` and `Kconfig`
It invokes `lfc` on the provided LF source file. it also copies `prj.conf` and `Kconfig`
into the src-gen directory before it, optionally, calls `west build` on the
resulting project.

Expand Down Expand Up @@ -195,7 +195,7 @@ This causes the emulation of threaded programs to appear as if the `fast` target
## Troubleshooting

### Multiple Zephyr installations
If the follwing warning is shown when invoking `west lfc` or any other `west` command:
If the following warning is shown when invoking `west lfc` or any other `west` command:
```
WARNING: ZEPHYR_BASE=/path/to/zephyr in the calling environment will be used,
but the zephyr.base config option in /path/to/lf-west-template is "deps/zephyr"
Expand Down

0 comments on commit 913c3db

Please sign in to comment.