Move system property enum to system_properties.h

This commit is contained in:
László Monda
2017-07-23 20:14:29 +02:00
parent 057f048d1b
commit c5abbdcd54
3 changed files with 13 additions and 11 deletions

View File

@@ -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,