From f1f47ece14aaf6904e6dccf0c2eab01d1babc66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 11 Dec 2017 21:44:35 +0100 Subject: [PATCH] Change UsbCommandId_JumpToModuleBootloader from 0x12 to 0x02. --- 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 3d5adea..cadab79 100644 --- a/right/src/usb_protocol_handler.h +++ b/right/src/usb_protocol_handler.h @@ -16,7 +16,7 @@ UsbCommandId_GetProperty = 0x00, UsbCommandId_Reenumerate = 0x01, - UsbCommandId_JumpToModuleBootloader = 0x12, + UsbCommandId_JumpToModuleBootloader = 0x02, // was 0x12 UsbCommandId_SendKbootCommandToModule = 0x13, UsbCommandId_ReadHardwareConfig = 0x0D,