aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/l3gd20
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-05 23:09:02 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-05 23:09:02 +0200
commitca9a11a586e8c4994e8be28e1b0e23c3f0d341ed (patch)
treed5231a84ea2781a2cbc132099995ac20841e094b /src/drivers/l3gd20
parent58a4c5d5449eeffa0c296cbf5c13058d7412e76b (diff)
downloadpx4-firmware-ca9a11a586e8c4994e8be28e1b0e23c3f0d341ed.tar.gz
px4-firmware-ca9a11a586e8c4994e8be28e1b0e23c3f0d341ed.tar.bz2
px4-firmware-ca9a11a586e8c4994e8be28e1b0e23c3f0d341ed.zip
Indendation fixes
Diffstat (limited to 'src/drivers/l3gd20')
-rw-r--r--src/drivers/l3gd20/l3gd20.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/l3gd20/l3gd20.cpp b/src/drivers/l3gd20/l3gd20.cpp
index ce381807f..fde201351 100644
--- a/src/drivers/l3gd20/l3gd20.cpp
+++ b/src/drivers/l3gd20/l3gd20.cpp
@@ -189,9 +189,9 @@ private:
perf_counter_t _sample_perf;
- math::LowPassFilter2p _gyro_filter_x;
- math::LowPassFilter2p _gyro_filter_y;
- math::LowPassFilter2p _gyro_filter_z;
+ math::LowPassFilter2p _gyro_filter_x;
+ math::LowPassFilter2p _gyro_filter_y;
+ math::LowPassFilter2p _gyro_filter_z;
/**
* Start automatic measurement.