mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Fix typo
This commit is contained in:
parent
96af5fc6e6
commit
040745eeb1
@ -324,7 +324,7 @@ int gps_l1_ca_telemetry_decoder_cc::general_work (int noutput_items __attribute_
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
d_GPS_FSM.clear_flag_new_subframe();
|
d_GPS_FSM.clear_flag_new_subframe();
|
||||||
d_flag_new_tow_available=true;
|
d_flag_new_tow_available = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
d_flag_parity = true;
|
d_flag_parity = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user