X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e349974aa9fdd6679a385d0da66005a27706b275..3cba88e4c05d6a3c25ffa9c7185d41a84b7f72b1:/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c?ds=inline diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c index dc9682a05..adcb2939a 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c @@ -63,7 +63,10 @@ USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface = }, }; +/** Global to store the incoming frame from the host before it is processed by the device. */ static Ethernet_Frame_Info_t FrameIN; + +/** Global to store the outgoing frame created in the device before it is sent to the host. */ static Ethernet_Frame_Info_t FrameOUT; /** Main program entry point. This routine contains the overall program flow, including initial