projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
The incomplete StandaloneProgrammer project now uses Host and Device Mass storage...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
V2ProtocolTarget.h
diff --git
a/Projects/AVRISP/Lib/V2ProtocolTarget.h
b/Projects/AVRISP/Lib/V2ProtocolTarget.h
index
1e0364d
..
0de7b39
100644
(file)
--- a/
Projects/AVRISP/Lib/V2ProtocolTarget.h
+++ b/
Projects/AVRISP/Lib/V2ProtocolTarget.h
@@
-52,7
+52,7
@@
#define TOTAL_PROGRAMMING_SPEEDS 7
\r
\r
/** Timeout in milliseconds of target busy-wait loops waiting for a command to complete */
\r
#define TOTAL_PROGRAMMING_SPEEDS 7
\r
\r
/** Timeout in milliseconds of target busy-wait loops waiting for a command to complete */
\r
- #define TARGET_BUSY_TIMEOUT_MS
15
0
\r
+ #define TARGET_BUSY_TIMEOUT_MS
24
0
\r
\r
/* External Variables: */
\r
extern uint32_t CurrentAddress;
\r
\r
/* External Variables: */
\r
extern uint32_t CurrentAddress;
\r
@@
-60,7
+60,7
@@
/* Inline Functions: */
\r
/** Blocking delay for a given number of milliseconds, via a hardware timer.
\r
*
\r
/* Inline Functions: */
\r
/** Blocking delay for a given number of milliseconds, via a hardware timer.
\r
*
\r
- * \param DelayMS Number of milliseconds to delay for
\r
+ * \param
[in]
DelayMS Number of milliseconds to delay for
\r
*/
\r
static inline void V2Protocol_DelayMS(uint8_t DelayMS)
\r
{
\r
*/
\r
static inline void V2Protocol_DelayMS(uint8_t DelayMS)
\r
{
\r