projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Devic...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
Lib
/
EthernetProtocols.h
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
index
a67aca9
..
d79aa63
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
@@
-38,7
+38,7
@@
#define _ETHERNET_PROTOCOLS_H_
/* Includes: */
#define _ETHERNET_PROTOCOLS_H_
/* Includes: */
- #include <LUFA/Drivers/USB/
Class/RNDIS
.h>
+ #include <LUFA/Drivers/USB/
USB
.h>
/* Macros: */
#define ETHERTYPE_IPV4 0x0800
/* Macros: */
#define ETHERTYPE_IPV4 0x0800
@@
-85,7
+85,7
@@
/** Type define for a protocol IP address of a device on a network. */
typedef struct
{
/** 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
} IP_Address_t;
#endif