diff --git a/conf/airframes/TestHardware/LisaL_v1.1_b2_v1.2_fw.xml b/conf/airframes/TestHardware/LisaL_v1.1_b2_v1.2_fw.xml index f14704c0465..d7be19df12b 100644 --- a/conf/airframes/TestHardware/LisaL_v1.1_b2_v1.2_fw.xml +++ b/conf/airframes/TestHardware/LisaL_v1.1_b2_v1.2_fw.xml @@ -32,24 +32,24 @@ - + - + - +
- + @@ -57,18 +57,18 @@ - +
- +
- +
@@ -76,7 +76,7 @@
- +
@@ -86,78 +86,78 @@
- +
- +
- + - + - + - + - + - + - + - + - + - +
- +
- +
- + @@ -168,28 +168,28 @@ - +
- +
- + - + - + - + - +
- + diff --git a/conf/airframes/esden/calib/asp21-001.xml b/conf/airframes/esden/calib/asp21-001.xml index fbbb7623404..736569999b7 100644 --- a/conf/airframes/esden/calib/asp21-001.xml +++ b/conf/airframes/esden/calib/asp21-001.xml @@ -13,7 +13,7 @@ - + diff --git a/conf/airframes/esden/hexy_ll11a2pwm.xml b/conf/airframes/esden/hexy_ll11a2pwm.xml index bd2eab6026a..69ba7a1173a 100644 --- a/conf/airframes/esden/hexy_ll11a2pwm.xml +++ b/conf/airframes/esden/hexy_ll11a2pwm.xml @@ -142,7 +142,7 @@ - + diff --git a/sw/airborne/lisa/test_led.c b/sw/airborne/lisa/test_led.c index 0c755c154dc..89a89a975f3 100644 --- a/sw/airborne/lisa/test_led.c +++ b/sw/airborne/lisa/test_led.c @@ -100,7 +100,7 @@ int main(void) { return 0; } -/* +/* * XXX: do we really need volatile here? * * Also we should probably use systime instead as it is being linked into this diff --git a/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c b/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c index 480c6490a41..6f9ba8ace5e 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c +++ b/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c @@ -562,7 +562,7 @@ static inline void set_body_orientation_and_rates(void) { ltp_to_body_euler.theta -= ins_pitch_neutral; stateSetNedToBodyEulers_f(<p_to_body_euler); - // should be replaced at the end by: + // should be replaced at the end by: // stateSetNedToBodyRMat_f(<p_to_body_rmat); } diff --git a/sw/airborne/subsystems/imu/imu_aspirin2.c b/sw/airborne/subsystems/imu/imu_aspirin2.c index 41c84397e1a..597ae13005a 100644 --- a/sw/airborne/subsystems/imu/imu_aspirin2.c +++ b/sw/airborne/subsystems/imu/imu_aspirin2.c @@ -189,7 +189,7 @@ static void mpu_configure(void) (0 << 4) | // restart or stop/start from one slave to another: read -> write is always stop/start (8 << 0) ); // 0=348kHz 8=256kHz, 9=500kHz - mpu_set( MPU60X0_REG_I2C_MST_DELAY, + mpu_set( MPU60X0_REG_I2C_MST_DELAY, (0 << 2) | // No Delay Slave 2 (1 << 3) ); // Delay Slave 3