Remove missed timer 0 init code in the ISP protocol handler in the AVRISP project...
[pub/lufa.git] / Projects / AVRISP / Lib / V2Protocol.h
index 76b08b0..3535c6e 100644 (file)
 
        /* Macros: */\r
                /** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */
-               #define PROGRAMMER_ID     "AVRISP_MK2"\r
+               #define PROGRAMMER_ID       "AVRISP_MK2"\r
                \r
                /** Timeout period for each issued command from the host before it is aborted */\r
-               #define COMMAND_TIMEOUT_MS 200\r
+               #define COMMAND_TIMEOUT_MS   200\r
                \r
                /** Command timeout counter register, GPIOR for speed */\r
-               #define TimeoutMSRemaining GPIOR1\r
+               #define TimeoutMSRemaining   GPIOR0\r
 \r
        /* External Variables: */\r
                extern uint32_t CurrentAddress;\r