Files
paparazzi/conf/modules/heli_swashplate_mixing.xml
T
Gautier Hattenberger e4d9e10492 [modules][ocaml] implement module dependency (#2669)
- support depends, conflicts and provides nodes, all under a 'dep' node
- autoload are kept for now and are not moved yet
- modules are updated for new dep format
- it is now required that module's name and filename are the same
2021-03-16 17:47:34 +01:00

17 lines
421 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="heli_swashplate_mixing" dir="helicopter">
<doc>
<description>Helicopter Swashplate Mixing</description>
</doc>
<header>
<file name="swashplate_mixing.h"/>
</header>
<init fun="swashplate_mixing_init()"/>
<makefile target="ap|fbw">
<file name="swashplate_mixing.c"/>
<define name="ROTORCRAFT_IS_HELI" value="TRUE"/>
</makefile>
</module>