mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: GSOF: Removed unused private members to fix Qurt compiler warnings
This commit is contained in:
parent
22cec990e5
commit
612e73b9d7
|
@ -127,8 +127,5 @@ private:
|
||||||
|
|
||||||
static const uint8_t STX = 0x02;
|
static const uint8_t STX = 0x02;
|
||||||
static const uint8_t ETX = 0x03;
|
static const uint8_t ETX = 0x03;
|
||||||
|
|
||||||
uint8_t packetcount;
|
|
||||||
uint32_t gsofmsg_time;
|
|
||||||
};
|
};
|
||||||
#endif // AP_GSOF_ENABLED
|
#endif // AP_GSOF_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue