Skip to content

Commit b7b502e

Browse files
Juan Flores MuñozFranFin
andauthored
Update _docs/tutorials/advanced/nuttx/udp_echo/index.md
Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com>
1 parent f613cee commit b7b502e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/advanced/nuttx/udp_echo

_docs/tutorials/advanced/nuttx/udp_echo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Now you need to open the NSH console of NuttX. To do so, follow these steps:
7676
[20614.746274] usbcore: registered new interface driver cdc_acm
7777
[20614.746277] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
7878
```
79-
- On this previous example the device is the ``ttyACM0``.
79+
- In this example the device is the ``ttyACM0``.
8080
- Open this port with your serial communication app. There are different serial communications applications, but we're goint to use on this tutorial [minicom](https://linux.die.net/man/1/minicom). Type the next command to execute it.
8181
```bash
8282
sudo minicom -D /dev/ttyACM0

0 commit comments

Comments
 (0)