1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Added PG config definitions 10

This commit is contained in:
Martin Budden 2017-02-27 08:33:13 +00:00
parent 7440c6c7a1
commit 9b62a4e38f
16 changed files with 153 additions and 125 deletions

View file

@ -464,7 +464,7 @@ void init(void)
#ifdef GPS
if (feature(FEATURE_GPS)) {
gpsInit();
navigationInit(&currentProfile->pidProfile);
navigationInit();
}
#endif