Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git] / Projects / AVRISP / Lib / V2Protocol.h
index b43ae89..db4d09f 100644 (file)
@@ -43,9 +43,8 @@
                #include "../Descriptors.h"
                #include "V2ProtocolConstants.h"\r
                #include "V2ProtocolParams.h"
                #include "../Descriptors.h"
                #include "V2ProtocolConstants.h"\r
                #include "V2ProtocolParams.h"
-               #include "ISPProtocol.h"\r
-               #include "PDIProtocol.h"\r
-               #include "TPIProtocol.h"\r
+               #include "ISP/ISPProtocol.h"\r
+               #include "XPROG/XPROGProtocol.h"\r
 \r
        /* Preprocessor Checks: */\r
                #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))\r
 \r
        /* Preprocessor Checks: */\r
                #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))\r
 
        /* Macros: */\r
                /** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */
 
        /* Macros: */\r
                /** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */
-               #define PROGRAMMER_ID             "AVRISP_MK2"\r
-\r
-               /** Timeout in milliseconds of target busy-wait loops waiting for a command to complete */\r
-               #define TARGET_BUSY_TIMEOUT_MS    240
+               #define PROGRAMMER_ID     "AVRISP_MK2"\r
 \r
        /* External Variables: */\r
                extern uint32_t CurrentAddress;\r
 \r
        /* External Variables: */\r
                extern uint32_t CurrentAddress;\r
-               extern bool MustSetAddress;\r
+               extern bool     MustSetAddress;\r
 \r
        /* Function Prototypes: */\r
                void V2Protocol_ProcessCommand(void);\r
 \r
        /* Function Prototypes: */\r
                void V2Protocol_ProcessCommand(void);\r