cleanup trailing whitespaces

This commit is contained in:
Felix Ruess
2011-08-18 09:47:40 +02:00
parent 3e449008ab
commit f77fae3361
360 changed files with 2281 additions and 2281 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</header>
<init fun="srf08_init()"/>
<periodic fun="srf08_initiate_ranging()" freq="1"/>
<!-- 65ms since initiate_ranging() (the spec ask for 65ms),
<!-- 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()"/>
+1 -1
View File
@@ -6,7 +6,7 @@
</header>
<init fun="atmega_i2c_cam_ctrl_init()"/>
<periodic fun="atmega_i2c_cam_ctrl_periodic()" autorun="TRUE" freq="4" />
<periodic fun="atmega_i2c_cam_ctrl_periodic()" autorun="TRUE" freq="4" />
<event fun="atmega_i2c_cam_ctrl_event()"/>
<datalink message="PAYLOAD_COMMAND" fun="ParseCameraCommand()" />
+4 -4
View File
@@ -1,7 +1,7 @@
<!DOCTYPE module SYSTEM "module.dtd">
<!--
Pressure Board Navarro (2010)
by Matthieu Navarro
@@ -13,7 +13,7 @@
-->
<module name="pbn" dir="sensors">
<header>
<file name="pressure_board_navarro.h"/>
</header>
@@ -21,8 +21,8 @@
<periodic fun="pbn_periodic()" freq="10"/>
<event fun="PbnEvent()"/>
<makefile>
<file name="pressure_board_navarro.c"/>
<makefile>
<file name="pressure_board_navarro.c"/>
</makefile>
</module>