Change UsbCommandId_ApplyConfig to 0x07.

This commit is contained in:
László Monda
2017-12-12 02:15:20 +01:00
parent a212c254a9
commit 4fe5ce45ac

View File

@@ -22,7 +22,7 @@
UsbCommandId_ReadConfig = 0x04, // was 0x0d and 0x0f
UsbCommandId_WriteHardwareConfig = 0x05, // was 0x0e
UsbCommandId_WriteStagingUserConfig = 0x06, // was 0x08
UsbCommandId_ApplyConfig = 0x09,
UsbCommandId_ApplyConfig = 0x07, // was 0x09,
UsbCommandId_LaunchEepromTransferLegacy = 0x0C,
UsbCommandId_GetKeyboardState = 0x10,