outgoing frames should be loaded into the FrameOUT structure. Both structures can only hold a single\r
Ethernet frame at a time, so the FrameInBuffer bool is used to indicate when the buffers contain data. */\r
\r
+ /* Device must be connected and configured for the task to run */\r
+ if (!(USB_IsConnected) || !(USB_ConfigurationNumber))\r
+ return;\r
+\r
/* Check if a frame has been written to the IN frame buffer */\r
if (FrameIN.FrameInBuffer)\r
{\r