projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Commit of new class abstraction APIs for all device demos other than the MIDI demo...
[pub/USBasp.git]
/
Demos
/
Device
/
RNDISEthernet
/
Lib
/
EthernetProtocols.h
diff --git
a/Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h
b/Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h
index
3ff3433
..
1ec5961
100644
(file)
--- a/
Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h
+++ b/
Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h
@@
-71,13
+71,7
@@
#define PROTOCOL_OSPF 89
\r
#define PROTOCOL_SCTP 132
\r
\r
#define PROTOCOL_OSPF 89
\r
#define PROTOCOL_SCTP 132
\r
\r
- /* Type Defines: */
\r
- /** Type define for a physical MAC address of a device on a network */
\r
- typedef struct
\r
- {
\r
- uint8_t Octets[6]; /**< Individual bytes of a MAC address */
\r
- } MAC_Address_t;
\r
-
\r
+ /* Type Defines: */
\r
/** Type define for a protocol IP address of a device on a network */
\r
typedef struct
\r
{
\r
/** Type define for a protocol IP address of a device on a network */
\r
typedef struct
\r
{
\r