Files
paparazzi/conf/modules/ins_ppzuavimu.xml
T
Gautier Hattenberger bcaba7c720 [modules documentation] Add a doc node to module
modules developpers can provide
- a description of the module
- a list of the configuration variables and flags (configure and define)
- a list of sections to add to the airframe file
2012-04-24 09:29:12 +02:00

18 lines
433 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="ins_ppzuavimu" dir="ins">
<doc>
<description></description>
</doc>
<header>
<file name="imu_ppzuav.h"/>
</header>
<makefile target="ap">
<raw>
$(error The ins_ppzuavimu module has been renamed, please replace the name="ins_ppzuavimu.xml" with name="imu_ppzuav.xml" in the load tag of your airframe file modules section.)
</raw>
</makefile>
</module>