usb: Rename defines to match present naming convention
This commit renames two defines: CS_INTERFACE -> USB_CS_INTERFACE_DESC CS_ENDPOINT -> USB_CS_ENDPOINT_DESC in order to match current naming convention when it comes to descriptors fields. All relevant files are updated to match renamed macros. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
parent
c1f5e11bb6
commit
85a08da966
4 changed files with 13 additions and 13 deletions
|
@ -71,8 +71,8 @@
|
|||
#define USB_DEVICE_CAPABILITY_DESC 0x10
|
||||
#define USB_HID_DESC 0x21
|
||||
#define USB_HID_REPORT_DESC 0x22
|
||||
#define CS_INTERFACE 0x24
|
||||
#define CS_ENDPOINT 0x25
|
||||
#define USB_CS_INTERFACE_DESC 0x24
|
||||
#define USB_CS_ENDPOINT_DESC 0x25
|
||||
#define USB_DFU_FUNCTIONAL_DESC 0x21
|
||||
#define USB_ASSOCIATION_DESC 0x0B
|
||||
#define USB_BINARY_OBJECT_STORE_DESC 0x0F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue