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:
commit
7b879679c0
7 changed files with 97 additions and 97 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue