We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b4f00 commit 8cde3f1Copy full SHA for 8cde3f1
1 file changed
_docs/tutorials/core/first_application_rtos/freertos.md
@@ -40,8 +40,8 @@ application located at `firmware/freertos_apps/apps/ping_pong`. To execute this
40
run the configuration command above by specifying the `[APP]` and `[OPTIONS]` parameters as below:
41
42
```bash
43
-# Configure step with ping_pong app and serial-usb transport
44
-ros2 run micro_ros_setup configure_firmware.sh ping_pong --transport serial --dev 3
+# Configure step with ping_pong app and serial transport
+ros2 run micro_ros_setup configure_firmware.sh ping_pong --transport serial
45
```
46
47
You can check the complete content of the `ping_pong` app
0 commit comments