Plane: removed unused function

This commit is contained in:
Andrew Tridgell 2014-10-30 18:21:22 +11:00
parent 84da5d2d98
commit 538cf68005
2 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
static void delay(uint32_t ms)
{
hal.scheduler->delay(ms);
}
static void mavlink_delay(uint32_t ms)
{
hal.scheduler->delay(ms);

View File

@ -500,7 +500,7 @@ static void startup_INS_ground(bool do_accel_init)
// the barometer begins updating when we get the first
// HIL_STATE message
gcs_send_text_P(SEVERITY_LOW, PSTR("Waiting for first HIL_STATE message"));
delay(1000);
hal.scheduler->delay(1000);
}
// set INS to HIL mode