mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-01 01:20:14 +00:00
Fix comment in hid.h
This commit is contained in:
parent
e12195705c
commit
de71e72e31
@ -222,7 +222,7 @@ typedef enum
|
||||
GAMEPAD_BUTTON_MODE = TU_BIT(12), ///< Mode button
|
||||
GAMEPAD_BUTTON_THUMBL = TU_BIT(13), ///< L3 button
|
||||
GAMEPAD_BUTTON_THUMBR = TU_BIT(14), ///< R3 button
|
||||
GAMEPAD_BUTTON_16 = TU_BIT(15), ///< Button 15
|
||||
GAMEPAD_BUTTON_16 = TU_BIT(15), ///< Button 16
|
||||
GAMEPAD_BUTTON_17 = TU_BIT(16), ///< Button 17
|
||||
GAMEPAD_BUTTON_18 = TU_BIT(17), ///< Button 18
|
||||
GAMEPAD_BUTTON_19 = TU_BIT(18), ///< Button 19
|
||||
|
Loading…
x
Reference in New Issue
Block a user