aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISPDescriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-09 19:47:14 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-09 19:47:14 +0000
commit544027da185fbfb51461460c607f956ccee9e54b (patch)
tree1fbed05bd2ad780cbef57424f63c0d951a62d182 /Projects/AVRISP-MKII/AVRISPDescriptors.h
parent61b5740a2525ca0ecf747ed1e5cb3221d6deec67 (diff)
downloadlufa-544027da185fbfb51461460c607f956ccee9e54b.tar.gz
lufa-544027da185fbfb51461460c607f956ccee9e54b.tar.bz2
lufa-544027da185fbfb51461460c607f956ccee9e54b.zip
Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII descriptors.
Diffstat (limited to 'Projects/AVRISP-MKII/AVRISPDescriptors.h')
-rw-r--r--Projects/AVRISP-MKII/AVRISPDescriptors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/AVRISPDescriptors.h b/Projects/AVRISP-MKII/AVRISPDescriptors.h
index 2779e0839..a14515d5e 100644
--- a/Projects/AVRISP-MKII/AVRISPDescriptors.h
+++ b/Projects/AVRISP-MKII/AVRISPDescriptors.h
@@ -41,6 +41,8 @@
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Board/LEDs.h>
+
+ #include "Config/AppConfig.h"
/* Preprocessor Checks: */
#if defined(LIBUSB_DRIVER_COMPAT) && defined(RESET_TOGGLES_LIBUSB_COMPAT)