Minor cleanups regarding the previous rename.

This commit is contained in:
László Monda
2017-12-23 16:08:45 +01:00
parent 5190265a2c
commit 36951d1a34
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __USB_COMMAND_GET_MODULE_PROPERTIES_H__
#define __USB_COMMAND_GET_MODULE_PROPERTIES_H__
#ifndef __USB_COMMAND_GET_MODULE_PROPERTY_H__
#define __USB_COMMAND_GET_MODULE_PROPERTY_H__
// Functions:
@@ -9,6 +9,6 @@
typedef enum {
UsbStatusCode_GetModuleProperty_InvalidModuleSlotId = 2,
} usb_status_code_get_module_properties_t;
} usb_status_code_get_module_property_t;
#endif