mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Merge pull request #11935 from haslinghuis/fix-gps-cloudbuild
This commit is contained in:
commit
263baf7661
2 changed files with 4 additions and 6 deletions
|
@ -243,10 +243,6 @@
|
|||
#undef USE_RX_LINK_UPLINK_POWER
|
||||
#endif
|
||||
|
||||
#if defined(USE_GPS_RESCUE)
|
||||
#define USE_GPS
|
||||
#endif
|
||||
|
||||
// Generate USE_SPI_GYRO or USE_I2C_GYRO
|
||||
#if defined(USE_GYRO_L3G4200D) || defined(USE_GYRO_MPU3050) || defined(USE_GYRO_MPU6000) || defined(USE_GYRO_MPU6050) || defined(USE_GYRO_MPU6500)
|
||||
#define USE_I2C_GYRO
|
||||
|
|
|
@ -406,11 +406,13 @@ extern uint8_t _dmaram_end__;
|
|||
#define USE_SERIALRX_SRXL2 // Spektrum SRXL2 protocol
|
||||
|
||||
#define USE_GPS
|
||||
#define USE_OSD
|
||||
#endif
|
||||
|
||||
#ifdef USE_GPS
|
||||
#define USE_GPS_NMEA
|
||||
#define USE_GPS_UBLOX
|
||||
#define USE_GPS_RESCUE
|
||||
|
||||
#define USE_OSD
|
||||
#endif
|
||||
|
||||
#ifdef USE_OSD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue