Plane: add minor comment to quadplane

This commit is contained in:
Randy Mackay 2018-03-09 15:28:02 +09:00
parent ee745d2cd2
commit 548a7f8fcf
1 changed files with 1 additions and 0 deletions

View File

@ -1726,6 +1726,7 @@ void QuadPlane::vtol_position_controller(void)
float ekfGndSpdLimit, ekfNavVelGainScaler;
ahrs.getEkfControlLimits(ekfGndSpdLimit, ekfNavVelGainScaler);
// horizontal position control
switch (poscontrol.state) {
case QPOS_POSITION1: {