mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
sequential PT1's, refactoring from reviews
This commit is contained in:
parent
8c1c2d4fbd
commit
d66141edea
5 changed files with 94 additions and 114 deletions
|
@ -131,7 +131,7 @@ void GPS_distances(const gpsLocation_t *from, const gpsLocation_t *to, float *pN
|
|||
float getGpsDataIntervalSeconds(void) { return 0.01f; }
|
||||
float getRcDeflectionAbs(void) { return 0.0f; }
|
||||
attitudeEulerAngles_t attitude;
|
||||
bool isNewDataForPosHold(void){ return true; }
|
||||
bool isNewGPSDataAvailable(void){ return true; }
|
||||
bool wasThrottleRaised(void) { return true; }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue