Rename some files and identifiers that are related to USB commands.

This commit is contained in:
László Monda
2017-11-18 03:30:24 +01:00
parent 086ab239b4
commit 8252da86d8
8 changed files with 33 additions and 33 deletions

View File

@@ -25,7 +25,7 @@
UsbCommandId_WriteHardwareConfig = 14,
UsbCommandId_ReadUserConfig = 15,
UsbCommandId_GetKeyboardState = 16,
UsbCommandId_GetDebugInfo = 17,
UsbCommandId_GetDebugBuffer = 17,
UsbCommandId_JumpToModuleBootloader = 18,
UsbCommandId_SendKbootCommandToModule = 19,
} usb_command_id_t;