mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
Plane: removed unused function
This commit is contained in:
parent
84da5d2d98
commit
538cf68005
@ -1,9 +1,4 @@
|
|||||||
|
|
||||||
static void delay(uint32_t ms)
|
|
||||||
{
|
|
||||||
hal.scheduler->delay(ms);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void mavlink_delay(uint32_t ms)
|
static void mavlink_delay(uint32_t ms)
|
||||||
{
|
{
|
||||||
hal.scheduler->delay(ms);
|
hal.scheduler->delay(ms);
|
||||||
|
@ -500,7 +500,7 @@ static void startup_INS_ground(bool do_accel_init)
|
|||||||
// the barometer begins updating when we get the first
|
// the barometer begins updating when we get the first
|
||||||
// HIL_STATE message
|
// HIL_STATE message
|
||||||
gcs_send_text_P(SEVERITY_LOW, PSTR("Waiting for 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
|
// set INS to HIL mode
|
||||||
|
Loading…
Reference in New Issue
Block a user