Skip to content

Commit

Permalink
AP_Airspeed: min speed type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EShamaev committed Nov 18, 2018
1 parent 53f6eb6 commit ef77ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_Airspeed/AP_Airspeed.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,10 @@ class AP_Airspeed

private:
AP_Int8 primary_sensor;

// Blended airspeed
AP_Int8 blend_enable;
AP_Int8 blend_airspeed_min;

struct {
AP_Float offset;
Expand Down Expand Up @@ -339,6 +341,4 @@ class AP_Airspeed
void process_no_blend(void);

AP_Airspeed_Backend *sensor[AIRSPEED_MAX_SENSORS];

uint8_t blend_airspeed_min;
};

0 comments on commit ef77ccd

Please sign in to comment.