Move system property enum to system_properties.h
This commit is contained in:
@@ -23,13 +23,6 @@
|
||||
UsbCommand_ReadUserConfiguration = 15,
|
||||
} usb_command_t;
|
||||
|
||||
typedef enum {
|
||||
SystemProperty_UsbProtocolVersionId = 0,
|
||||
SystemProperty_BridgeProtocolVersionId = 1,
|
||||
SystemProperty_DataModelVersionId = 2,
|
||||
SystemProperty_FirmwareVersionId = 3,
|
||||
} system_property_t;
|
||||
|
||||
typedef enum {
|
||||
UsbResponse_Success = 0,
|
||||
UsbResponse_GenericError = 1,
|
||||
|
||||
Reference in New Issue
Block a user