Modules/USB - Fixed thread name
[tpg/acess2.git] / Modules / USB / Core / usb_poll.c
index ec03036..b6927fe 100644 (file)
@@ -70,6 +70,8 @@ int USB_PollThread(void *unused)
                        }
                }
 
+//             Log_Debug("USBPoll", "giUSB_PollPosition = %i", giUSB_PollPosition);
+
                // A little evil for neater code
                prev = (void*)( (tVAddr)&gUSB_PollQueues[giUSB_PollPosition] - offsetof(tUSBEndpoint, Next) );
 

UCC git Repository :: git.ucc.asn.au