diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-10 20:11:47 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-10 20:11:47 +0000 |
| commit | e028e9837810d68b5433d2354bc80ea36ce3ba56 (patch) | |
| tree | e36a530ee2254dc473fa1b0397facb94c4397f9c /Projects/AVRISP-MKII/Lib/V2Protocol.h | |
| parent | e5da5b72e5107b24d62fd8dccaee071112688f36 (diff) | |
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2195 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/V2Protocol.h')
| -rw-r--r-- | Projects/AVRISP-MKII/Lib/V2Protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2Protocol.h b/Projects/AVRISP-MKII/Lib/V2Protocol.h index dca97cb2..0032dec6 100644 --- a/Projects/AVRISP-MKII/Lib/V2Protocol.h +++ b/Projects/AVRISP-MKII/Lib/V2Protocol.h @@ -48,7 +48,8 @@ #include "V2ProtocolParams.h" #include "ISP/ISPProtocol.h" #include "XPROG/XPROGProtocol.h" - + #include "Config/AppConfig.h" + /* Preprocessor Checks: */ #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1)) #undef ENABLE_ISP_PROTOCOL |
