[mavlink] Basic implementation (needs cleanup)

This commit is contained in:
Freek van Tienen
2014-09-11 22:43:41 +02:00
committed by Felix Ruess
parent 3c8ee22880
commit b8ac2ef752
126 changed files with 46812 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="datalink">
<doc>
<description>Basic MAVLink implementation</description>
</doc>
<header>
<file name="mavlink.h"/>
</header>
<init fun="mavlink_init()"/>
<periodic fun="mavlink_periodic()" autorun="TRUE"/>
<event fun="mavlink_event()"/>
<makefile>
<file name="mavlink.c"/>
</makefile>
</module>