#include "V2ProtocolConstants.h"\r
#include "V2ProtocolParams.h"
#include "ISPProtocol.h"\r
+ #include "PDIProtocol.h"\r
+\r
+ /* Preprocessor Checks: */\r
+ #if (BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1)\r
+ #undef ENABLE_ISP_PROTOCOL\r
+ \r
+ #if !defined(ENABLE_PDI_PROTOCOL)\r
+ #define ENABLE_PDI_PROTOCOL\r
+ #endif\r
+ #endif\r
/* Macros: */\r
/** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */