AP_DDS: Fix typo with pts serial port when in UDP

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-06-07 19:32:11 -06:00 committed by Peter Barker
parent a80e0fe11a
commit 2b906bc714
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ Next, follow the associated section for your chosen transport, and finally you c
```
- Run SITL (remember to kill any terminals running ardupilot SITL beforehand)
```bash
# assuming we are using /dev/pts/1 for Ardupilot SITL
sim_vehicle.py -v ArduPlane -DG --console --enable-dds
```