diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-10 20:11:47 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-10 20:11:47 +0000 |
commit | 926a83bbc12cc09e026a51b173007dc7cda16117 (patch) | |
tree | e36a530ee2254dc473fa1b0397facb94c4397f9c /Projects/AVRISP-MKII/AVRISP-MKII.h | |
parent | 74fb2d895e3197f9b0204366d7f6f52c9c41b2ff (diff) | |
download | lufa-926a83bbc12cc09e026a51b173007dc7cda16117.tar.gz lufa-926a83bbc12cc09e026a51b173007dc7cda16117.tar.bz2 lufa-926a83bbc12cc09e026a51b173007dc7cda16117.zip |
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
Diffstat (limited to 'Projects/AVRISP-MKII/AVRISP-MKII.h')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.h b/Projects/AVRISP-MKII/AVRISP-MKII.h index 217030524..e7b418418 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.h +++ b/Projects/AVRISP-MKII/AVRISP-MKII.h @@ -52,6 +52,7 @@ #include "Descriptors.h" #include "Lib/V2Protocol.h" + #include "Config/AppConfig.h" /* Macros: */ /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */ |