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:
Michael Keller 2018-07-11 21:09:59 +12:00 committed by GitHub
commit ac2f39a10c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -165,3 +165,7 @@
#if defined(USE_MAX7456)
#define USE_OSD
#endif
#if defined(USE_GPS_RESCUE)
#define USE_GPS
#endif