Skip to content

Commit a76aa1b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/advanced/nuttx/nsh_usb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Finally, to use the NSH console you need to follow the steps listed below:
6565
[20614.746274] usbcore: registered new interface driver cdc_acm
6666
[20614.746277] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
6767
```
68-
- On this previous example the device is the ``ttyACM0``.
68+
- In this example the device is the ``ttyACM0``.
6969
- 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.
7070
```bash
7171
sudo minicom -D /dev/ttyACM0

0 commit comments

Comments
 (0)