mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
18 lines
457 B
XML
18 lines
457 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="auto1_cmd" 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>
|
|
|