aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISPTarget.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-03 08:35:32 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-03 08:35:32 +0000
commitf1baf12fae61a13e6d8e88655d709d74977322b5 (patch)
tree3903a0a155f520bac44def96e666352e5fbf224b /Projects/AVRISP/Lib/ISPTarget.h
parenta5adbae652bcf5382ef34d71da4d11de15b482a6 (diff)
downloadlufa-f1baf12fae61a13e6d8e88655d709d74977322b5.tar.gz
lufa-f1baf12fae61a13e6d8e88655d709d74977322b5.tar.bz2
lufa-f1baf12fae61a13e6d8e88655d709d74977322b5.zip
Auto-configure AVRISP programmer configuration when built for the XPLAIN board to match the XPLAIN hardware connections.
Diffstat (limited to 'Projects/AVRISP/Lib/ISPTarget.h')
-rw-r--r--Projects/AVRISP/Lib/ISPTarget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/AVRISP/Lib/ISPTarget.h b/Projects/AVRISP/Lib/ISPTarget.h
index 121d7893f..4c4b891d1 100644
--- a/Projects/AVRISP/Lib/ISPTarget.h
+++ b/Projects/AVRISP/Lib/ISPTarget.h
@@ -47,6 +47,12 @@
#include "V2ProtocolConstants.h"
#include "V2ProtocolParams.h"
+ /* Preprocessor Checks: */
+ #if BOARD == BOARD_XPLAIN
+ #undef ENABLE_SPI_PROTOCOL
+ #define ENABLE_PDI_PROTOCOL
+ #endif
+
/* Macros: */
/** Total number of allowable ISP programming speeds supported by the device */
#define TOTAL_ISP_PROGRAMMING_SPEEDS 7