From: Dean Camera Date: Tue, 11 May 2010 13:45:23 +0000 (+0000) Subject: Fix nasty bug in USBInterrupt.c which would cause a lockup if the control endpoint... X-Git-Tag: LUFA-110528-BETA~475 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ee5ea4ce2bc463206ed8fe01c71b31585c0cc280?ds=inline;hp=ee5ea4ce2bc463206ed8fe01c71b31585c0cc280 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. ---