mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/AP_GPS/AP_GPS_IMU.h
This commit is contained in:
parent
89bd01f86e
commit
c4a52a292f
|
@ -18,7 +18,7 @@ public:
|
||||||
int32_t roll_sensor; // how much we're turning in deg * 100
|
int32_t roll_sensor; // how much we're turning in deg * 100
|
||||||
int32_t pitch_sensor; // our angle of attack in deg * 100
|
int32_t pitch_sensor; // our angle of attack in deg * 100
|
||||||
int16_t airspeed;
|
int16_t airspeed;
|
||||||
float imu_health;
|
float imu_health;
|
||||||
uint8_t imu_ok;
|
uint8_t imu_ok;
|
||||||
|
|
||||||
// Unused
|
// Unused
|
||||||
|
|
Loading…
Reference in New Issue