forked from Archive/PX4-Autopilot
removed unnecessary new-lines
This commit is contained in:
parent
0c129274af
commit
0bb5345306
|
@ -32,7 +32,6 @@ bool alt_valid # do not set for 3D position control. Set to true if you want z-
|
|||
float64 lat # latitude, in deg
|
||||
float64 lon # longitude, in deg
|
||||
float32 alt # altitude AMSL, in m
|
||||
|
||||
float32 yaw # yaw (only for multirotors), in rad [-PI..PI), NaN = hold current yaw
|
||||
bool yaw_valid # true if yaw setpoint valid
|
||||
|
||||
|
|
|
@ -78,4 +78,3 @@ typedef struct i2c_integral_frame {
|
|||
} i2c_integral_frame;
|
||||
|
||||
#define I2C_INTEGRAL_FRAME_SIZE (sizeof(i2c_integral_frame))
|
||||
|
||||
|
|
|
@ -85,4 +85,3 @@ public:
|
|||
bool land_start_req);
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -212,5 +212,3 @@ struct mission_save_point_s {
|
|||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue