Extract system properties to usb_command_get_property.c

This commit is contained in:
László Monda
2017-11-04 02:38:00 +01:00
parent 336c2e5368
commit ad4fe1a18d
4 changed files with 43 additions and 35 deletions

View File

@@ -8,7 +8,7 @@
// Typedefs:
typedef enum {
UsbCommandId_GetSystemProperty = 0,
UsbCommandId_GetProperty = 0,
UsbCommandId_Reenumerate = 1,
UsbCommandId_SetTestLed = 2,
UsbCommandId_WriteLedDriver = 3,