X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8cd7e118e950d18ec0dd0d716005930ec45fd299..022035839e62c52299b7191f6967ac57ccf1bd94:/Projects/AVRISP/Lib/V2Protocol.h?ds=inline diff --git a/Projects/AVRISP/Lib/V2Protocol.h b/Projects/AVRISP/Lib/V2Protocol.h index 76b08b022..3535c6ecb 100644 --- a/Projects/AVRISP/Lib/V2Protocol.h +++ b/Projects/AVRISP/Lib/V2Protocol.h @@ -57,13 +57,13 @@ /* Macros: */ /** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */ - #define PROGRAMMER_ID "AVRISP_MK2" + #define PROGRAMMER_ID "AVRISP_MK2" /** Timeout period for each issued command from the host before it is aborted */ - #define COMMAND_TIMEOUT_MS 200 + #define COMMAND_TIMEOUT_MS 200 /** Command timeout counter register, GPIOR for speed */ - #define TimeoutMSRemaining GPIOR1 + #define TimeoutMSRemaining GPIOR0 /* External Variables: */ extern uint32_t CurrentAddress;