usb: Rename unicode into UTF16LE
In order to avoid confusion between "Unicode", UTF8, UTF16, UTF32, and endianess of these encodings, rename all instances of "Unicode" in the USB subsystem and samples into "UTF16LE". Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
This commit is contained in:
parent
0186b0731a
commit
fa57ebd5b7
3 changed files with 38 additions and 29 deletions
|
@ -144,7 +144,7 @@ struct usb_device_descriptor {
|
|||
u8_t bNumConfigurations;
|
||||
} __packed;
|
||||
|
||||
/** UNICODE String Descriptor */
|
||||
/** Unicode (UTF16LE) String Descriptor */
|
||||
struct usb_string_descriptor {
|
||||
u8_t bLength;
|
||||
u8_t bDescriptorType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue