mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Better separation between GPS and NAV
This commit is contained in:
parent
69ff72e2e9
commit
cfc87d1891
17 changed files with 243 additions and 218 deletions
|
@ -301,7 +301,7 @@ void activateConfig(void)
|
|||
useRcControlsConfig(currentPidProfile);
|
||||
useAdjustmentConfig(currentPidProfile);
|
||||
|
||||
#ifdef USE_GPS
|
||||
#ifdef USE_NAV
|
||||
gpsUsePIDs(currentPidProfile);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue