mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-16 08:29:15 +01:00
Removed unused variables
This commit is contained in:
parent
a22a11d973
commit
926e3d93b7
@ -89,9 +89,6 @@ static char* gps_rx_buffer;
|
||||
|
||||
static uint32_t timeOfLastCommandMs;
|
||||
static uint32_t timeOfLastUpdateMs;
|
||||
static uint32_t numUpdates;
|
||||
static uint32_t numChecksumErrors;
|
||||
static uint32_t numParsingErrors;
|
||||
|
||||
// ****************
|
||||
/**
|
||||
@ -202,10 +199,6 @@ static void gpsTask(void *parameters)
|
||||
|
||||
GPSSettingsDataProtocolGet(&gpsProtocol);
|
||||
|
||||
numUpdates = 0;
|
||||
numChecksumErrors = 0;
|
||||
numParsingErrors = 0;
|
||||
|
||||
timeOfLastUpdateMs = timeNowMs;
|
||||
timeOfLastCommandMs = timeNowMs;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user