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:
parent
c5468981e6
commit
8714bd13f4
3 changed files with 5 additions and 3 deletions
|
@ -767,7 +767,9 @@ void init(void)
|
|||
#ifdef USE_GPS
|
||||
if (featureIsEnabled(FEATURE_GPS)) {
|
||||
gpsInit();
|
||||
#ifdef USE_GPS_RESCUE
|
||||
gpsRescueInit();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue