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/Lib/XPROG/XPROGProtocol.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/Lib/XPROG/XPROGProtocol.h')
-rw-r--r-- | Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h index 605653588..2d99d5656 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h +++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h @@ -46,7 +46,8 @@ #include "../V2Protocol.h" #include "XMEGANVM.h" #include "TINYNVM.h" - + #include "Config/AppConfig.h" + /* Preprocessor Checks: */ #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1)) /* On the XPLAIN board, we only need PDI programming |