mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
refactoring and smoother transition to return, thanks Karatebrot
This commit is contained in:
parent
0766d93f72
commit
1cd28a5eea
6 changed files with 38 additions and 45 deletions
|
@ -32,8 +32,6 @@
|
|||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "flight/pid.h"
|
||||
#include "flight/position.h"
|
||||
#include "flight/gps_rescue.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
@ -87,9 +85,6 @@ bool sensorsAutodetect(void)
|
|||
baroInit();
|
||||
#endif
|
||||
|
||||
positionInit();
|
||||
gpsRescueInit();
|
||||
|
||||
#ifdef USE_RANGEFINDER
|
||||
rangefinderInit();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue