Remove redundant check

This commit is contained in:
Oleg Kalachev
2022-12-19 21:48:47 +03:00
parent 0b6dc17c4b
commit 56db20c87d

View File

@@ -724,7 +724,6 @@ bool serve(enum setpoint_type_t sp_type, float x, float y, float z, float vx, fl
} else if (sp_type == RATES) {
ENSURE_NON_INF(roll_rate);
ENSURE_NON_INF(pitch_rate);
ENSURE_NON_INF(yaw_rate);
ENSURE_NON_INF(thrust);
}