AP_GPS: AP_GPS_NOVA: remove unused variables

This commit is contained in:
Peter Barker 2016-10-20 12:18:18 +11:00 committed by Lucas De Marchi
parent d3422d1653
commit e17a71c6cc
1 changed files with 0 additions and 2 deletions

View File

@ -64,10 +64,8 @@ private:
"log psrdopb\r\n" // poll message, as dop only changes when a sat is dropped/added to the visible list "log psrdopb\r\n" // poll message, as dop only changes when a sat is dropped/added to the visible list
}; };
uint32_t last_hdop = 999;
uint32_t crc_error_counter = 0; uint32_t crc_error_counter = 0;
uint32_t last_injected_data_ms = 0; uint32_t last_injected_data_ms = 0;
bool validcommand = false;
struct PACKED nova_header struct PACKED nova_header
{ {