X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bd5e8f07b71b4fa0c058c0edfa8ff3f59ab31610..69802635ed89aade8be0dea223971bc1afc4ad39:/Projects/AVRISP/Lib/V2Protocol.h diff --git a/Projects/AVRISP/Lib/V2Protocol.h b/Projects/AVRISP/Lib/V2Protocol.h index b43ae89c5..ef4d2eb63 100644 --- a/Projects/AVRISP/Lib/V2Protocol.h +++ b/Projects/AVRISP/Lib/V2Protocol.h @@ -59,14 +59,11 @@ /* Macros: */ /** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */ - #define PROGRAMMER_ID "AVRISP_MK2" - - /** Timeout in milliseconds of target busy-wait loops waiting for a command to complete */ - #define TARGET_BUSY_TIMEOUT_MS 240 + #define PROGRAMMER_ID "AVRISP_MK2" /* External Variables: */ extern uint32_t CurrentAddress; - extern bool MustSetAddress; + extern bool MustSetAddress; /* Function Prototypes: */ void V2Protocol_ProcessCommand(void);