mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
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
1 changed files with 4 additions and 0 deletions
|
@ -165,3 +165,7 @@
|
|||
#if defined(USE_MAX7456)
|
||||
#define USE_OSD
|
||||
#endif
|
||||
|
||||
#if defined(USE_GPS_RESCUE)
|
||||
#define USE_GPS
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue