hid: Updated docs.

This commit is contained in:
yellows8 2020-11-25 20:11:55 -05:00 committed by fincs
parent d4b3b1e90f
commit 73768fffa7
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -568,9 +568,9 @@ typedef enum {
/// VibrationGcErmCommand
typedef enum {
HidVibrationGcErmCommand_Stop = 0, ///< Stop
HidVibrationGcErmCommand_Start = 1, ///< Start
HidVibrationGcErmCommand_StopHard = 2, ///< StopHard
HidVibrationGcErmCommand_Stop = 0, ///< Stops the vibration with a decay phase.
HidVibrationGcErmCommand_Start = 1, ///< Starts the vibration.
HidVibrationGcErmCommand_StopHard = 2, ///< Stops the vibration immediately, with no decay phase.
} HidVibrationGcErmCommand;
/// touchPosition