Files
paparazzi/conf/modules/auto1_commands.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

18 lines
462 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="auto1_commands" dir="switching">
<doc>
<description>AUTO1 FLAPS/HATCH COMMANDS.
Enable RC controlled HATCH and BRAKE/FLAPS in both MANUAL and AUTO1, while automatic in AUTO2.
</description>
</doc>
<header>
<file name="auto1_commands.h"/>
</header>
<periodic fun="periodic_auto1_commands()" autorun="TRUE"/>
<makefile>
<file name="auto1_commands.c"/>
</makefile>
</module>