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

This commit is contained in:
Andrew Tridgell 2013-03-21 22:45:17 +11:00
parent b955aed976
commit 1a36c3684b

View File

@ -443,7 +443,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
// ------------------------------------