diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-07-11 09:50:54 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-07-11 09:50:54 +0000 |
| commit | 15efa067d3d03912bfe58b442b735e594acf9cf5 (patch) | |
| tree | 7a056c1f10c57743eb66aefc125e224b61660506 /LUFA/Drivers/USB/Core/USBTask.h | |
| parent | 1b5c5f8c35becac201439e6cb3dc549f5206601a (diff) | |
More endianness porting of the LUFA device mode class drivers.
Add endianness information to the class driver and core structure definitions.
Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1858 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/USB/Core/USBTask.h')
| -rw-r--r-- | LUFA/Drivers/USB/Core/USBTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/USBTask.h b/LUFA/Drivers/USB/Core/USBTask.h index 586ce6ed..6084268d 100644 --- a/LUFA/Drivers/USB/Core/USBTask.h +++ b/LUFA/Drivers/USB/Core/USBTask.h @@ -84,6 +84,8 @@ * inside of the \ref EVENT_USB_Device_ControlRequest() event, or for filling up with a control request to * issue when in Host mode before calling \ref USB_Host_SendControlRequest(). * + * \note The contents of this structure is automatically endian-corrected for the current CPU architecture. + * * \ingroup Group_USBManagement */ extern USB_Request_Header_t USB_ControlRequest; |
