Minor cleanups regarding the previous rename.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
UsbCommandId_GetDebugBuffer = 0x0b,
|
||||
UsbCommandId_GetAdcValue = 0x0c,
|
||||
UsbCommandId_SetLedPwmBrightness = 0x0d,
|
||||
UsbCommandId_GetModuleProperty = 0x0e,
|
||||
UsbCommandId_GetModuleProperty = 0x0e,
|
||||
} usb_command_id_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user