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:
Iván Sánchez Ortega 2018-03-14 10:29:38 +01:00 committed by Carles Cufí
commit fa57ebd5b7
3 changed files with 38 additions and 29 deletions

View file

@ -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;