Rename the GetProperty command to GetDeviceProperty.

This commit is contained in:
László Monda
2017-12-23 16:11:47 +01:00
parent 36951d1a34
commit 1ac637af0f
4 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
// Typedefs:
typedef enum {
UsbCommandId_GetProperty = 0x00,
UsbCommandId_GetDeviceProperty = 0x00,
UsbCommandId_Reenumerate = 0x01,
UsbCommandId_JumpToModuleBootloader = 0x02,