mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
Fixed format
This commit is contained in:
@@ -807,6 +807,7 @@ MulticopterPositionControl::scale_control(float ctl, float end, float dz, float
|
||||
} else {
|
||||
if (dz < FLT_EPSILON) {
|
||||
return 0;
|
||||
|
||||
} else {
|
||||
return ctl * (dy / dz);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user