mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_GPS: Remove detect helpers for MTK/SIRF when minimizing the build
Removes 16 bytes
This commit is contained in:
parent
5bd92b4b7e
commit
b0e18de576
@ -470,9 +470,11 @@ 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…
Reference in New Issue
Block a user