mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
[mavlink] Basic implementation (needs cleanup)
This commit is contained in:
committed by
Felix Ruess
parent
3c8ee22880
commit
b8ac2ef752
@@ -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>
|
||||
Reference in New Issue
Block a user