fix formatting

Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
RomanBapst
2026-04-29 11:20:33 +03:00
parent 40bf5b33a2
commit 1a7b579342
+1 -2
View File
@@ -154,8 +154,7 @@ void RtlDirect::_updateRtlState()
{
// RTL_LAND_DELAY > 0 -> wait seconds, < 0 wait indefinitely
const bool wait_at_rtl_descend_alt = fabsf(_param_rtl_land_delay.get()) > FLT_EPSILON;
const bool is_multicopter = (_vehicle_status_sub.get().vehicle_type ==
vehicle_status_s::VEHICLE_TYPE_ROTARY_WING);
const bool is_multicopter = (_vehicle_status_sub.get().vehicle_type == vehicle_status_s::VEHICLE_TYPE_ROTARY_WING);
RTLState new_state{RTLState::IDLE};