mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
MulticopterPositionControl: fix typo "descen{d/t}"
This commit is contained in:
@@ -602,7 +602,7 @@ vehicle_local_position_setpoint_s MulticopterPositionControl::generateFailsafeSe
|
||||
failsafe_setpoint.acceleration[2] = .3f;
|
||||
|
||||
if (warn) {
|
||||
PX4_WARN("Failsafe: blind descend");
|
||||
PX4_WARN("Failsafe: blind descent");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user