Change UsbCommandId_SendKbootCommandToModule from 0x13 to 0x03.

This commit is contained in:
László Monda
2017-12-11 22:16:28 +01:00
parent 27988f0e6b
commit 0454dfd4d8
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ exports = module.exports = moduleExports = {
getKeyboardState: 16,
getDebugInfo: 17,
jumpToModuleBootloader: 0x02,
sendKbootCommandToModule: 19,
sendKbootCommandToModule: 0x03,
},
enumerationModes: {
bootloader: 0,