manual_control_setpoint: wrong comment

This commit is contained in:
Julian Oes 2014-11-12 11:07:27 +10:00
parent b1c6692f20
commit f1058bdf08
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct manual_control_setpoint_s {
switch_pos_t loiter_switch; /**< loiter 2 position switch (optional): _MISSION_, LOITER */
switch_pos_t acro_switch; /**< acro 2 position switch (optional): _MANUAL_, ACRO */
switch_pos_t offboard_switch; /**< offboard 2 position switch (optional): _NORMAL_, OFFBOARD */
}; /**< manual control inputs */
};
/**
* @}