Browse Source

AP_GPS: AP_GPS_GSOF: remove unused variable

master
Peter Barker 8 years ago committed by Lucas De Marchi
parent
commit
6e72c899d1
  1. 1
      libraries/AP_GPS/AP_GPS_GSOF.h

1
libraries/AP_GPS/AP_GPS_GSOF.h

@ -83,6 +83,5 @@ private: @@ -83,6 +83,5 @@ private:
uint8_t gsofmsgreq_index = 0;
uint8_t gsofmsgreq[5] = {1,2,8,9,12};
uint32_t crc_error_counter = 0;
uint32_t last_injected_data_ms = 0;
};

Loading…
Cancel
Save