Browse Source

AP_GPS: AP_GPS_NOVA: remove unused variables

master
Peter Barker 8 years ago committed by Lucas De Marchi
parent
commit
e17a71c6cc
  1. 2
      libraries/AP_GPS/AP_GPS_NOVA.h

2
libraries/AP_GPS/AP_GPS_NOVA.h

@ -64,10 +64,8 @@ private: @@ -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
};
uint32_t last_hdop = 999;
uint32_t crc_error_counter = 0;
uint32_t last_injected_data_ms = 0;
bool validcommand = false;
struct PACKED nova_header
{

Loading…
Cancel
Save