Browse Source

AP_GPS: improved ccache build speed

making this header equal improves speed of fmuv2 build after fmuv3
build with ccache, without affecting binary
mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
796291f176
  1. 2
      libraries/AP_GPS/AP_GPS.h

2
libraries/AP_GPS/AP_GPS.h

@ -481,11 +481,9 @@ private: @@ -481,11 +481,9 @@ private:
uint8_t current_baud;
bool auto_detected_baud;
struct UBLOX_detect_state ublox_detect_state;
#if !HAL_MINIMIZE_FEATURES
struct MTK_detect_state mtk_detect_state;
struct MTK19_detect_state mtk19_detect_state;
struct SIRF_detect_state sirf_detect_state;
#endif // !HAL_MINIMIZE_FEATURES
struct NMEA_detect_state nmea_detect_state;
struct SBP_detect_state sbp_detect_state;
struct SBP2_detect_state sbp2_detect_state;

Loading…
Cancel
Save