Line Endings Corrected

This commit is contained in:
Christophe De Wagter
2012-03-05 15:44:58 +01:00
parent 46a42d7557
commit 849e25b9e9
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -206,7 +206,7 @@
<configure name="PERIODIC_FREQUENCY" value="120"/>
<configure name="AHRS_PROPAGATE_FREQUENCY" value="100"/>
<configure name="AHRS_CORRECT_FREQUENCY" value="100"/>
<define name="AHRS_TRIGGERED_ATTITUDE_LOOP" />
<define name="AHRS_TRIGGERED_ATTITUDE_LOOP" />
<configure name="AHRS_ALIGNER_LED" value="1"/>
<configure name="CPU_LED" value="1"/>
+1 -1
View File
@@ -943,7 +943,7 @@
<message name="TIMESTAMP" id="129">
<field name="timestamp" type="uint32"/>
</message>
</message>
<message name="STAB_ATTITUDE_FLOAT" id="130">
<field name="est_p" type="float" alt_unit="degres/s" alt_unit_coef="57.29578"/>
+2 -2
View File
@@ -23,8 +23,8 @@
*/
/**
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* created by openlog into the pprz-tlm format, to be converted into
* .data and .log files by sw/logalizer/sd2log
*/
+3 -3
View File
@@ -23,10 +23,10 @@
*/
/** \file openlog.h
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* created by openlog into the pprz-tlm format, to be converted into
* .data and .log files by sw/logalizer/sd2log
* .data and .log files by sw/logalizer/sd2log
*/
#ifndef OPENLOG_H