commander: Decrease RC-signal-regained message length to stay within 50 character length limit at all times

This commit is contained in:
philipoe
2014-11-23 21:23:01 +01:00
parent ec165b3f7e
commit 08d6cbe6bf

View File

@@ -1544,7 +1544,7 @@ int commander_thread_main(int argc, char *argv[])
} else {
if (status.rc_signal_lost) {
mavlink_log_critical(mavlink_fd, "RC SIGNAL REGAINED after %llums (at t=%llums)",(hrt_absolute_time()-status.rc_signal_lost_timestamp)/1000,hrt_absolute_time()/1000);
mavlink_log_critical(mavlink_fd, "RC SIGNAL REGAINED after %llums",(hrt_absolute_time()-status.rc_signal_lost_timestamp)/1000);
status_changed = true;
}
}