mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
16 lines
344 B
XML
16 lines
344 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="throttle_curve" dir="helicopter">
|
|
<doc>
|
|
<description>Throttle Curve Mixers</description>
|
|
</doc>
|
|
<header>
|
|
<file name="throttle_curve.h"/>
|
|
</header>
|
|
<init fun="throttle_curve_init()"/>
|
|
<makefile target="ap|fbw">
|
|
<file name="throttle_curve.c"/>
|
|
</makefile>
|
|
</module>
|
|
|