Subversion Repositories FlightCtrl

Rev

Rev 2035 | Rev 2039 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2035 Rev 2036
Line 154... Line 154...
154
 
154
 
Line 155... Line 155...
155
  /* Experiment: Find hover-throttle */
155
  /* Experiment: Find hover-throttle */
156
 
156
 
157
#define DEFAULT_HOVERTHROTTLE 50
157
#define DEFAULT_HOVERTHROTTLE 50
158
int32_t stronglyFilteredHeightDiff = 0;
158
int32_t stronglyFilteredHeightDiff = 0;
159
uint16_t hoverThrottle = 0; // DEFAULT_HOVERTHROTTLE;
159
// uint16_t hoverThrottle = 0; // DEFAULT_HOVERTHROTTLE;
Line 160... Line 160...
160
uint16_t stronglyFilteredThrottle = DEFAULT_HOVERTHROTTLE;
160
uint16_t stronglyFilteredThrottle = DEFAULT_HOVERTHROTTLE;
161
#define HOVERTHROTTLEFILTER 25
161
#define HOVERTHROTTLEFILTER 25