1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Merge pull request #5764 from dbasch/gps_rescue

[GPS RESCUE] added gps for altitude estimation
This commit is contained in:
Michael Keller 2018-05-05 12:48:29 +12:00 committed by GitHub
commit d242de87bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 154 additions and 550 deletions

View file

@ -65,7 +65,7 @@
#include "fc/rc_controls.h"
#include "fc/runtime_config.h"
#include "flight/altitude.h"
#include "flight/position.h"
#include "flight/imu.h"
#ifdef USE_ESC_SENSOR
#include "flight/mixer.h"