remove gps callback in wait loop
This commit is contained in:
parent
a2edba69b1
commit
3d85f99546
@ -117,7 +117,6 @@ AP_GPS_Auto::_detect(void)
|
||||
_port->flush();
|
||||
then = millis();
|
||||
do {
|
||||
callback(1);
|
||||
if (_port->available()) {
|
||||
then = millis();
|
||||
_port->read();
|
||||
|
Loading…
Reference in New Issue
Block a user