small modules fixes

This commit is contained in:
Martin Mueller
2010-10-22 23:20:13 +00:00
parent 8e180d1f34
commit 83bde65e70
6 changed files with 13 additions and 30 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<!-- 65ms since initiate_ranging() (the spec ask for 65ms),
delay="4", 60Hz, 4x 16.7ms = 66.7ms -->
<periodic fun="srf08_receive()" freq="1" delay="4"/>
<event fun="srf08_event"/>
<event fun="srf08_event()"/>
<makefile>
<file name="alt_srf08.c"/>
<flag name="TELEMETER"/>
+1 -1
View File
@@ -7,7 +7,7 @@
<init fun="baro_MS5534A_init()"/>
<periodic fun="baro_MS5534A_send()" freq="20"/>
<event fun="baro_MS5534A_event()"/>
<makefile>
<makefile target="ap">
<file name="baro_MS5534A.c"/>
<flag name="USE_BARO_MS5534A"/>
<flag name="USE_SPI_SLAVE0"/>
+1 -1
View File
@@ -8,7 +8,7 @@
<init fun="micromag_init()"/>
<periodic fun="micromag_periodic()" freq="60"/>
<event fun="micromag_event()"/>
<makefile>
<makefile target="ap">
<file_hw name="micromag_fw_hw.c"/>
<file name="micromag_fw.c"/>
</makefile>