From: Dean Camera Date: Tue, 4 May 2010 10:16:44 +0000 (+0000) Subject: Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts... X-Git-Tag: LUFA-110528-BETA~493 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/708a1c6166af75f0243972c81d06978cc9bf20be?hp=708a1c6166af75f0243972c81d06978cc9bf20be Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint request is being processed, causing possible lockups if a USB interrupt occurs during a transfer. ---