mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_GPS: Remove dead SBF code
CID 125035
This commit is contained in:
parent
7a7f8eb7c1
commit
44bcd74a57
@ -87,9 +87,6 @@ AP_GPS_SBF::parse(uint8_t temp)
|
||||
if (temp == SBF_PREAMBLE1) {
|
||||
sbf_msg.sbf_state = sbf_msg_parser_t::PREAMBLE2;
|
||||
sbf_msg.read = 0;
|
||||
} else if (temp == '$') {
|
||||
// this is a command response
|
||||
sbf_msg.sbf_state = sbf_msg_parser_t::PREAMBLE2;
|
||||
}
|
||||
break;
|
||||
case sbf_msg_parser_t::PREAMBLE2:
|
||||
|
Loading…
Reference in New Issue
Block a user