X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/85e85befc41a9a66a49db0afd08e04c88ba38556..f1543ae8ffda98a85de437ad793cc702779a369f:/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h?ds=inline diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h index a67aca900..ca76a9392 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