X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d423090b26ade8912e669d6c6d3c5463e0669429..cf22a744ec0da3b68c4ffdb14c6fa43f2e07542f:/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h index 1c85d6ca1..3a41fa4b3 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h @@ -88,7 +88,7 @@ union { - uint16_t EtherType; /**< Ethernet packet subprotocol type, for Ethernet V2 packets */ + uint16_t EtherType; /**< Ethernet packet sub-protocol type, for Ethernet V2 packets */ uint16_t Length; /**< Ethernet frame length, for Ethernet V1 packets */ }; } Ethernet_Frame_Header_t;