/* 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