1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Fixes for SITL - adding to the standard list of targets

This commit is contained in:
blckmn 2022-10-21 08:51:21 +11:00
parent c5468981e6
commit 8714bd13f4
3 changed files with 5 additions and 3 deletions

View file

@ -767,7 +767,9 @@ void init(void)
#ifdef USE_GPS
if (featureIsEnabled(FEATURE_GPS)) {
gpsInit();
#ifdef USE_GPS_RESCUE
gpsRescueInit();
#endif
}
#endif