Add Doxygen documentation to the completed portions of the PDI programming protocol...
[pub/USBasp.git] / Projects / AVRISP / Lib / ISPProtocol.h
index 5a91f59..273d7a1 100644 (file)
                #include <avr/io.h>\r
                \r
                #include "V2Protocol.h"\r
                #include <avr/io.h>\r
                \r
                #include "V2Protocol.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
 \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
 \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