diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-10-07 04:38:53 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-10-07 04:38:53 +0000 |
| commit | bff738bbe889cdca166e88ee2083882a1157578a (patch) | |
| tree | ff9e9c5e2a1e64c67ddff3aa2f8190c598109eb4 /Demos/Device | |
| parent | 3c874148680ab1843c647ff3dbb2b37b218d648a (diff) | |
Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1936 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device')
| -rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h index a67aca90..ca76a939 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h @@ -85,7 +85,7 @@ /** Type define for a protocol IP address of a device on a network. */ typedef struct { - uint8_t Octets[4]; /**< Individual bytes of an IP address */ + uint8_t Octets[4]; /**< Individual bytes of an IP address */ } IP_Address_t; #endif |
