Skip to content

Commit

Permalink
Fixes to README.md formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagoodma authored and Andrew Tridgell committed Aug 17, 2012
1 parent 5c5714b commit 7ac3828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -25,11 +25,11 @@ If you would rather use mavgen from the command line see *pymavlink\generator\ma


##### With QGroundControl ##### ##### With QGroundControl #####


To generate/update packets, select mavlink_standard_message.xml in the QGroundControl station settings view, select *mavlink/include* as the output directory and click on "Save and Generate". You will find the newly *generated/updated message_xx.h* files in the *mavlink/include/generated* folder. To generate/update packets, select *mavlink_standard_message.xml* in the QGroundControl station settings view, select *mavlink/include* as the output directory and click on "Save and Generate". You will find the newly *generated/updated message_xx.h* files in the *mavlink/include/generated* folder.


### Usage ### ### Usage ###


To use MAVLink, include the mavlink.h header file in your project: To use MAVLink, include the *mavlink.h* header file in your project:


#include <mavlink.h> #include <mavlink.h>


Expand All @@ -41,8 +41,8 @@ Do not include the individual message files. In some cases you will have to add


MAVLink is licensed under the terms of the Lesser General Public License of the Free Software Foundation (LGPL). As MAVLink is a header-only library, compiling an application with it is considered "using the libary", not a derived work. MAVLink can therefore be used without limits in any closed-source application without publishing the source code of the closed-source application. MAVLink is licensed under the terms of the Lesser General Public License of the Free Software Foundation (LGPL). As MAVLink is a header-only library, compiling an application with it is considered "using the libary", not a derived work. MAVLink can therefore be used without limits in any closed-source application without publishing the source code of the closed-source application.


See the COPYING file for more info. See the *COPYING* file for more info.


### Credits ### ### Credits ###


(c) 2009-2012 [Lorenz Meier](mailto:mail@qgroundcontrol.org) &copy; 2009-2012 [Lorenz Meier](mailto:mail@qgroundcontrol.org)

0 comments on commit 7ac3828

Please sign in to comment.