Browse Source

AP_GPS: Structure for detect ERB

mission-4.1.18
Alexey Bulatov 9 years ago committed by Tom Pittenger
parent
commit
7e2c822499
  1. 6
      libraries/AP_GPS/GPS_detect_state.h

6
libraries/AP_GPS/GPS_detect_state.h

@ -54,6 +54,12 @@ struct UBLOX_detect_state { @@ -54,6 +54,12 @@ struct UBLOX_detect_state {
uint8_t ck_a, ck_b;
};
struct ERB_detect_state {
uint8_t payload_length, payload_counter;
uint8_t step;
uint8_t ck_a, ck_b;
};
struct SBP_detect_state {
enum {
WAITING = 0,

Loading…
Cancel
Save