diff --git a/Kernel/include/api_drv_joystick.h b/Kernel/include/api_drv_joystick.h index 431902185b15e2fc83b5b5c1716177e3bfa93a07..3ec8597bd55120479d0b3348819f599f4bb1f570 100644 --- a/Kernel/include/api_drv_joystick.h +++ b/Kernel/include/api_drv_joystick.h @@ -51,14 +51,14 @@ enum eTplJoystick_IOCtl { /** * ioctl(..., tJoystickNumValue *) - * \brief Set maximum value for sJoystick_Axis.CurState + * \brief Set maximum value for sJoystick_Axis.CursorPos * \note If \a Value is equal to -1 (all bits set), the value is not changed */ JOY_IOCTL_GETSETAXISLIMIT, /** * ioctl(..., tJoystickNumValue *) - * \brief Set the value of sJoystick_Axis.CurState + * \brief Set the value of sJoystick_Axis.CursorPos * \note If \a Value is equal to -1 (all bits set), the value is not changed */ JOY_IOCTL_GETSETAXISPOSITION,