removed unnecessary new-lines

This commit is contained in:
Alessandro Simovic 2019-01-24 08:20:52 +01:00 committed by Daniel Agar
parent 0c129274af
commit 0bb5345306
4 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -78,4 +78,3 @@ typedef struct i2c_integral_frame {
} i2c_integral_frame;
#define I2C_INTEGRAL_FRAME_SIZE (sizeof(i2c_integral_frame))

View File

@ -85,4 +85,3 @@ public:
bool land_start_req);
};

View File

@ -212,5 +212,3 @@ struct mission_save_point_s {
/**
* @}
*/