Copter: fixed GPS test (detection of uBlox needs 10Hz poll)

This commit is contained in:
Andrew Tridgell 2013-03-21 22:45:07 +11:00
parent 24094252fd
commit b955aed976

View File

@ -505,7 +505,7 @@ test_gps(uint8_t argc, const Menu::arg *argv)
delay(1000);
while(1) {
delay(333);
delay(100);
// Blink GPS LED if we don't have a fix
// ------------------------------------