mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
15 lines
376 B
XML
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>
|
|
|