mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_GPS: remove some debug code
This commit is contained in:
parent
3aa39da6cd
commit
f549950a9c
@ -215,7 +215,6 @@ AP_GPS_MTK16::_detect(uint8_t data)
|
||||
case 4:
|
||||
step++;
|
||||
if (ck_a != data) {
|
||||
hal.console->println_P(PSTR("wrong ck_a\n"));
|
||||
step = 0;
|
||||
}
|
||||
break;
|
||||
@ -224,7 +223,6 @@ AP_GPS_MTK16::_detect(uint8_t data)
|
||||
if (ck_b == data) {
|
||||
return true;
|
||||
}
|
||||
hal.console->println_P(PSTR("wrong ck_b"));
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user