removed sending of BARO_RAW message from baro_board, use normal ap_downlink and periodic send

This commit is contained in:
Felix Ruess
2011-12-19 20:31:34 +01:00
parent a4208cfa0a
commit 9d5413d4d9
6 changed files with 15 additions and 19 deletions
-1
View File
@@ -6,7 +6,6 @@
</header>
<init fun="baro_init()"/>
<periodic fun="baro_periodic()" freq="60."/>
<periodic fun="baro_downlink_raw()" freq="10." autorun="FALSE"/>
<event fun="BaroEvent(baro_abs,baro_diff)"/>
<makefile target="ap">
<file name="baro_board.c" dir="boards/$(BOARD)"/>