Fixed compilation error when building USE_GPS_RESCUE without USE_GPS.

This commit is contained in:
mikeller 2018-07-01 23:17:23 +12:00
parent 8e9e757448
commit abc7cba3ce
1 changed files with 4 additions and 0 deletions

View File

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