Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / StdDescriptors.h
index fc79483..a37ea09 100644 (file)
                                                           *   Under GCC, strings prefixed with the "L" character (before
                                                           *   the opening string quotation mark) are considered to be
                                                           *   Unicode strings, and may be used instead of an explicit
-                                                          *   array of ASCII characters.
+                                                          *   array of ASCII characters on little endian devices with
+                                                          *   UTF-16-LE \c wchar_t encoding.
                                                           */
                                #endif
                        } ATTR_PACKED USB_Descriptor_String_t;