Make UsbCommand_GetModuleProperty() branch based on modulePropertyId

This commit is contained in:
László Monda
2018-01-15 00:04:22 +01:00
parent f5716bdadc
commit a0803875c4
2 changed files with 15 additions and 6 deletions

View File

@@ -7,6 +7,10 @@
// Typedefs:
typedef enum {
ModulePropertyId_VersionNumbers = 0,
} module_property_id_t;
typedef enum {
UsbStatusCode_GetModuleProperty_InvalidModuleSlotId = 2,
} usb_status_code_get_module_property_t;