mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 04:00:35 +08:00
removed unnecessary new-lines
This commit is contained in:
committed by
Daniel Agar
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 {
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user