aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISPProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/AVRISP/Lib/ISPProtocol.h')
-rw-r--r--Projects/AVRISP/Lib/ISPProtocol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/AVRISP/Lib/ISPProtocol.h b/Projects/AVRISP/Lib/ISPProtocol.h
index 5a91f59e3..5a144c4f7 100644
--- a/Projects/AVRISP/Lib/ISPProtocol.h
+++ b/Projects/AVRISP/Lib/ISPProtocol.h
@@ -40,6 +40,12 @@
#include <avr/io.h>
#include "V2Protocol.h"
+
+ /* Preprocessor Checks: */
+ #if BOARD == BOARD_XPLAIN
+ #undef ENABLE_SPI_PROTOCOL
+ #define ENABLE_PDI_PROTOCOL
+ #endif
/* Macros: */
/** Mask for the reading or writing of the high byte in a FLASH word when issuing a low-level programming command */