Skip to content

Commit 8cde3f1

Browse files
authored
Initial (#283)
1 parent 16b4f00 commit 8cde3f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/tutorials/core/first_application_rtos/freertos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ application located at `firmware/freertos_apps/apps/ping_pong`. To execute this
4040
run the configuration command above by specifying the `[APP]` and `[OPTIONS]` parameters as below:
4141

4242
```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
43+
# Configure step with ping_pong app and serial transport
44+
ros2 run micro_ros_setup configure_firmware.sh ping_pong --transport serial
4545
```
4646

4747
You can check the complete content of the `ping_pong` app

0 commit comments

Comments
 (0)