mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
[mavlink] don't wait for ack when sending current nav_block
This commit is contained in:
@@ -93,8 +93,6 @@ void mavlink_mission_periodic(void)
|
||||
if (mission_mgr.current_block != nav_block) {
|
||||
mission_mgr.current_block = nav_block;
|
||||
mavlink_send_block(nav_block); // send the current block seq
|
||||
// wait for ack, really?
|
||||
mavlink_mission_set_timer();
|
||||
}
|
||||
// check if we had a timeout on a transaction
|
||||
if (sys_time_check_and_ack_timer(mission_mgr.timer_id)) {
|
||||
|
||||
Reference in New Issue
Block a user