Skip to content
Snippets Groups Projects
Commit 0bb53453 authored by Alessandro Simovic's avatar Alessandro Simovic Committed by Daniel Agar
Browse files

removed unnecessary new-lines

parent 0c129274
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
* @}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment