Skip to content

Commit

Permalink
Update mavlink_udp.c example readme to use mavlink 2 (mavlink#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jan 12, 2022
1 parent 0449a5e commit c3b4662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ gcc -std=c99 -I ../../include/common -o mavlink_udp mavlink_udp.c
```

The MAVLink header directory must be added to the include path, as shown above.
Be sure to use version 1.0 of the MAVLink headers for this example, otherwise
the ground control software may be unable to connect.
Be sure to use version 2.0 of the MAVLink headers for this example, otherwise
as the example uses the MAVLink 2 extension headers.

To run, type:

Expand Down

0 comments on commit c3b4662

Please sign in to comment.