Change UsbCommandId_SendKbootCommandToModule from 0x13 to 0x03.

This commit is contained in:
László Monda
2017-12-11 22:15:46 +01:00
parent f1f47ece14
commit c8cfe53136

View File

@@ -17,7 +17,7 @@
UsbCommandId_Reenumerate = 0x01,
UsbCommandId_JumpToModuleBootloader = 0x02, // was 0x12
UsbCommandId_SendKbootCommandToModule = 0x13,
UsbCommandId_SendKbootCommandToModule = 0x03, // was 0x13
UsbCommandId_ReadHardwareConfig = 0x0D,
UsbCommandId_ReadUserConfig = 0x0F,