Merge pull request #6253 from mikeller/fix_gps_rescue_without_gps
Fixed compilation error when building USE_GPS_RESCUE without USE_GPS.
This commit is contained in:
commit
ac2f39a10c
|
@ -165,3 +165,7 @@
|
|||
#if defined(USE_MAX7456)
|
||||
#define USE_OSD
|
||||
#endif
|
||||
|
||||
#if defined(USE_GPS_RESCUE)
|
||||
#define USE_GPS
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue