Skip to content

Commit 171c6cf

Browse files
authored
Update zephyr.md
1 parent f26c92b commit 171c6cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/embedded-and-microcontrollers/zephyr

content/learning-paths/embedded-and-microcontrollers/zephyr/zephyr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can build the [hello world](https://docs.zephyrproject.org/latest/samples/he
9292

9393
```bash { env_source="/shared/zephyrproject/.venv/bin/activate",cwd="/shared" }
9494
cd zephyrproject/zephyr
95-
west build -p auto -b mps3_an547 samples/hello_world
95+
west build -p auto -b mps3/corstone300/fvp samples/hello_world samples/hello_world
9696
```
9797

9898
{{% notice Note %}}

0 commit comments

Comments
 (0)