1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Merge pull request #5974 from mikeller/fix_gps_rescue_config

Renamed 'gpsRescue' to 'gpsRescueConfig' and moved it into the appropriate location.
This commit is contained in:
Michael Keller 2018-05-27 00:06:15 +12:00 committed by GitHub
commit 7b879679c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 97 additions and 97 deletions

View file

@ -92,11 +92,11 @@ extern uint8_t __config_end;
#include "fc/rc_controls.h"
#include "fc/runtime_config.h"
#include "flight/position.h"
#include "flight/failsafe.h"
#include "flight/imu.h"
#include "flight/mixer.h"
#include "flight/pid.h"
#include "flight/position.h"
#include "flight/servos.h"
#include "interface/cli.h"