From c8cfe53136addfbcee0fd1e112119b9ef011a1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 11 Dec 2017 22:15:46 +0100 Subject: [PATCH] Change UsbCommandId_SendKbootCommandToModule from 0x13 to 0x03. --- right/src/usb_protocol_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/usb_protocol_handler.h b/right/src/usb_protocol_handler.h index cadab79..e2dc12d 100644 --- a/right/src/usb_protocol_handler.h +++ b/right/src/usb_protocol_handler.h @@ -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,