projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Lower timeout periods in the AVRISP project. Increment firmware minor revision number...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
V2Protocol.h
diff --git
a/Projects/AVRISP/Lib/V2Protocol.h
b/Projects/AVRISP/Lib/V2Protocol.h
index
b43ae89
..
ef4d2eb
100644
(file)
--- a/
Projects/AVRISP/Lib/V2Protocol.h
+++ b/
Projects/AVRISP/Lib/V2Protocol.h
@@
-59,14
+59,11
@@
/* 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