#include <avr/io.h>\r
\r
#include "V2Protocol.h"\r
+ \r
+ /* Preprocessor Checks: */\r
+ #if BOARD == BOARD_XPLAIN\r
+ #undef ENABLE_SPI_PROTOCOL\r
+ #define ENABLE_PDI_PROTOCOL\r
+ #endif\r
\r
/* Macros: */\r
/** Mask for the reading or writing of the high byte in a FLASH word when issuing a low-level programming command */\r