Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git] / Projects / AVRISP / Lib / ISP / ISPProtocol.h
index 85a669a..43c25c4 100644 (file)
        /* Includes: */\r
                #include <avr/io.h>\r
                \r
-               #include "V2Protocol.h"\r
+               #include <LUFA/Drivers/USB/USB.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
-                       #undef ENABLE_TPI_PROTOCOL\r
                        \r
-                       #if !defined(ENABLE_PDI_PROTOCOL)\r
-                               #define ENABLE_PDI_PROTOCOL\r
+                       #if !defined(ENABLE_XPROG_PROTOCOL)\r
+                               #define ENABLE_XPROG_PROTOCOL\r
                        #endif\r
                #endif\r
 \r