Fix nasty bug in USBInterrupt.c which would cause a lockup if the control endpoint...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 11 May 2010 13:45:23 +0000 (13:45 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 11 May 2010 13:45:23 +0000 (13:45 +0000)
commitee5ea4ce2bc463206ed8fe01c71b31585c0cc280
treee74d4313e54fc0cec8f4a61fc48d8aac8bf23f16
parent53ebb2f21a216281707f5d680181c3c4adc12772
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control endpoint was not selected at the point the USB endpoint interrupt fires when INTERRUPT_CONTROL_ENDPOINT is defined.
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
LUFA/Drivers/USB/LowLevel/USBInterrupt.c