mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
cleanup trailing whitespaces
This commit is contained in:
@@ -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()"/>
|
||||
|
||||
@@ -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()" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user