X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d297ea12b706e7099f34f667e43bf1f3de1713e7..05fcf7e2a79bebb978d4aeaef26b12f70c6826f8:/LUFA/Drivers/USB/Class/Common/RNDIS.h diff --git a/LUFA/Drivers/USB/Class/Common/RNDIS.h b/LUFA/Drivers/USB/Class/Common/RNDIS.h index b2566d300..85aced548 100644 --- a/LUFA/Drivers/USB/Class/Common/RNDIS.h +++ b/LUFA/Drivers/USB/Class/Common/RNDIS.h @@ -44,6 +44,7 @@ /* Includes: */ #include "../../USB.h" #include "CDC.h" + #include "RNDISConstants.h" #include @@ -68,7 +69,7 @@ /** Maximum size in bytes of a RNDIS control message which can be sent or received */ #define RNDIS_MESSAGE_BUFFER_SIZE 128 - /** Maximum size in bytes of an Ethernet frame which can be sent or received */ + /** Maximum size in bytes of an Ethernet frame according to the Ethernet standard */ #define ETHERNET_FRAME_SIZE_MAX 1500 /** Notification request value for a RNDIS Response Available notification */