Fixed compilation error when building USE_GPS_RESCUE without USE_GPS.
This commit is contained in:
parent
8e9e757448
commit
abc7cba3ce
|
@ -126,3 +126,7 @@
|
|||
#if defined(USE_MAX7456)
|
||||
#define USE_OSD
|
||||
#endif
|
||||
|
||||
#if defined(USE_GPS_RESCUE)
|
||||
#define USE_GPS
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue