X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d784baaa3a97929fc9a7fed7fff84ff7b0f5bc17..af725dd418b8b1e5bf7fa3dff6ae016f284e5159:/LUFA/Drivers/USB/Class/Common/HID.h?ds=sidebyside diff --git a/LUFA/Drivers/USB/Class/Common/HID.h b/LUFA/Drivers/USB/Class/Common/HID.h index ce28d34e3..4e3c701cc 100644 --- a/LUFA/Drivers/USB/Class/Common/HID.h +++ b/LUFA/Drivers/USB/Class/Common/HID.h @@ -574,6 +574,8 @@ * specification for details on the structure elements. * * \see \ref USB_HID_StdDescriptor_HID_t for the version of this type with standard element names. + * + * \note Regardless of CPU architecture, these values should be stored as little endian. */ typedef struct { @@ -595,6 +597,8 @@ * * \see \ref USB_HID_Descriptor_HID_t for the version of this type with non-standard LUFA specific * element names. + * + * \note Regardless of CPU architecture, these values should be stored as little endian. */ typedef struct {