Skip to content

Commit

Permalink
fix typo in native display sample path
Browse files Browse the repository at this point in the history
  • Loading branch information
kartben authored and stephanosio committed Feb 7, 2023
1 parent b1ffcd2 commit 86c46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docker run -ti -p 5900:5900 -v <path to zephyr workspace>:/workdir zephyr-build:
Follow the steps below to build a display sample application for the _native POSIX_ board:

```
west build -b native_posix samples/display/cfb
west build -b native_posix samples/subsys/display/cfb
west build -t run
```

Expand Down

0 comments on commit 86c46f6

Please sign in to comment.