Bring back mistakenly remove line

This commit is contained in:
Oleg Kalachev
2022-12-17 13:52:38 +03:00
parent f767ae0068
commit 758fd204f6

View File

@@ -913,7 +913,7 @@ bool serve(enum setpoint_type_t sp_type, float x, float y, float z, float vx, fl
wait_armed = auto_arm;
// publish setpoint
publish(stamp); // calculate initial transformed messages first
setpoint_timer.start();
if (setpoint_type == NAVIGATE || sp_type == NAVIGATE_GLOBAL || sp_type == POSITION) {