mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Rover: resolve send_text compile warning
This commit is contained in:
parent
35c2406b17
commit
eb9e5df0dd
@ -579,7 +579,7 @@ void ModeAuto::do_nav_delay(const AP_Mission::Mission_Command& cmd)
|
||||
// absolute delay to utc time
|
||||
nav_delay_time_max_ms = AP::rtc().get_time_utc(cmd.content.nav_delay.hour_utc, cmd.content.nav_delay.min_utc, cmd.content.nav_delay.sec_utc, 0);
|
||||
}
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Delaying %u sec", nav_delay_time_max_ms/1000);
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Delaying %lu sec", nav_delay_time_max_ms/1000);
|
||||
}
|
||||
|
||||
// start guided within auto to allow external navigation system to control vehicle
|
||||
|
Loading…
Reference in New Issue
Block a user