Files
paparazzi/conf/modules/formation_flight.xml
T
Gautier Hattenberger e8ccc36c8f update some modules conf
2010-08-31 13:29:28 +00:00

15 lines
376 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="formation_flight" dir="multi">
<header>
<file name="formation.h"/>
</header>
<init fun="formation_init()"/>
<datalink message="FORMATION_STATUS" fun="ParseFormationStatus()"/>
<datalink message="FORMATION_SLOT" fun="ParseFormationSlot()"/>
<makefile>
<file name="formation.c"/>
</makefile>
</module>