We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e9186 commit 1ad6bf1Copy full SHA for 1ad6bf1
1 file changed
_docs/tutorials/advanced/zephyr_emulator/index.md
@@ -27,7 +27,7 @@ ros2 run micro_ros_setup create_firmware_ws.sh zephyr host
27
In this tutorial, we will use a UDP transport that looks for the agent on the port UDP/8888 at localhost, and focus on
28
the out-of-the-box `ping_pong` application located at `firmware/zephyr_apps/apps/ping_pong`.
29
To execute this application with the chosen transport, run the configuration command above by specifying the `[APP]`
30
-and `[OPTIONS]` parameters as below::
+and `[OPTIONS]` parameters as below:
31
32
```bash
33
# Configure step
0 commit comments