[modules] update modules XML for proper dependcies and tasks

This commit is contained in:
Gautier Hattenberger
2021-05-14 10:33:51 +02:00
parent 11ac07d385
commit d02ec5ba98
269 changed files with 1677 additions and 635 deletions
+2 -2
View File
@@ -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>