uncrustify libraries/AP_InertialSensor/AP_InertialSensor_Oilpan.h
This commit is contained in:
parent
c47127fb80
commit
91d52b6290
@ -12,7 +12,7 @@
|
||||
|
||||
class AP_InertialSensor_Oilpan : public AP_InertialSensor
|
||||
{
|
||||
public:
|
||||
public:
|
||||
|
||||
AP_InertialSensor_Oilpan( AP_ADC * adc );
|
||||
|
||||
@ -45,7 +45,7 @@ class AP_InertialSensor_Oilpan : public AP_InertialSensor
|
||||
|
||||
Vector3f _accel_scale;
|
||||
|
||||
private:
|
||||
private:
|
||||
Vector3f _gyro;
|
||||
Vector3f _accel;
|
||||
|
||||
@ -53,7 +53,7 @@ class AP_InertialSensor_Oilpan : public AP_InertialSensor
|
||||
Vector3f _accel_low;
|
||||
Vector3f _accel_mid;
|
||||
|
||||
AP_ADC *_adc;
|
||||
AP_ADC * _adc;
|
||||
|
||||
float _temp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user