mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[modules] update modules XML for proper dependcies and tasks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="air_data">
|
||||
<module name="air_data" task="core">
|
||||
<doc>
|
||||
<description>
|
||||
AirData interface.
|
||||
@@ -36,7 +36,7 @@
|
||||
</header>
|
||||
<init fun="air_data_init()"/>
|
||||
<periodic fun="air_data_periodic()" freq="10"/>
|
||||
<makefile>
|
||||
<makefile target="!fbw">
|
||||
<file name="air_data.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user