Slightly tweak USB command names.
This commit is contained in:
@@ -24,18 +24,18 @@
|
||||
UsbCommandId_GetProperty = 0,
|
||||
UsbCommandId_Reenumerate = 1,
|
||||
UsbCommandId_SetTestLed = 2,
|
||||
UsbCommandId_WriteUserConfiguration = 8,
|
||||
UsbCommandId_WriteUserConfig = 8,
|
||||
UsbCommandId_ApplyConfig = 9,
|
||||
UsbCommandId_SetLedPwmBrightness = 10,
|
||||
UsbCommandId_GetAdcValue = 11,
|
||||
UsbCommandId_LaunchEepromTransferLegacy = 12,
|
||||
UsbCommandId_ReadHardwareConfiguration = 13,
|
||||
UsbCommandId_WriteHardwareConfiguration = 14,
|
||||
UsbCommandId_ReadUserConfiguration = 15,
|
||||
UsbCommandId_ReadHardwareConfig = 13,
|
||||
UsbCommandId_WriteHardwareConfig = 14,
|
||||
UsbCommandId_ReadUserConfig = 15,
|
||||
UsbCommandId_GetKeyboardState = 16,
|
||||
UsbCommandId_GetDebugInfo = 17,
|
||||
UsbCommandId_JumpToSlaveBootloader = 18,
|
||||
UsbCommandId_SendKbootCommand = 19,
|
||||
UsbCommandId_JumpToModuleBootloader = 18,
|
||||
UsbCommandId_SendKbootCommandToModule = 19,
|
||||
} usb_command_id_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user