AP_GPS: GSOF: Removed unused private members to fix Qurt compiler warnings

This commit is contained in:
Eric Katzfey 2024-11-14 12:02:23 -08:00 committed by Peter Barker
parent 22cec990e5
commit 612e73b9d7
1 changed files with 0 additions and 3 deletions

View File

@ -127,8 +127,5 @@ private:
static const uint8_t STX = 0x02;
static const uint8_t ETX = 0x03;
uint8_t packetcount;
uint32_t gsofmsg_time;
};
#endif // AP_GSOF_ENABLED