projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP handler...
[pub/lufa.git]
/
Projects
/
Incomplete
/
AVRISP
/
Lib
/
V2ProtocolParams.c
diff --git
a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
index
74c8f20
..
61f4a88
100644
(file)
--- a/
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
+++ b/
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
@@
-63,11
+63,11
@@
static ParameterItem_t ParameterTable[] =
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_VTARGET,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_VTARGET,
\r
- .ParamValue = 0x
00
,
\r
+ .ParamValue = 0x
32
,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SCK_DURATION,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SCK_DURATION,
\r
- .ParamValue =
0x06
,
\r
+ .ParamValue =
(TOTAL_PROGRAMMING_SPEEDS - 1)
,
\r
.ParamPrivellages = PARAM_PRIV_READ | PARAM_PRIV_WRITE },
\r
\r
{ .ParamID = PARAM_RESET_POLARITY,
\r
.ParamPrivellages = PARAM_PRIV_READ | PARAM_PRIV_WRITE },
\r
\r
{ .ParamID = PARAM_RESET_POLARITY,
\r