From: Dean Camera Date: Mon, 20 Jun 2011 04:32:34 +0000 (+0000) Subject: Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled... X-Git-Tag: LUFA-111009-BETA~55 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/d784baaa3a97929fc9a7fed7fff84ff7b0f5bc17?ds=inline;hp=d784baaa3a97929fc9a7fed7fff84ff7b0f5bc17 Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage. ---