Rover: avoid delay_microseconds until fixed on PX4

This commit is contained in:
Andrew Tridgell 2013-10-08 14:55:26 +11:00
parent f59d0099a4
commit 6304be1f5a

View File

@ -624,7 +624,7 @@ void loop()
scheduler.run(19000U);
} else {
hal.scheduler->delay_microseconds(500);
hal.scheduler->delay(1);
}
}