projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
AVRISP
/
Lib
/
V2ProtocolParams.c
diff --git
a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
index
3a42ba3
..
9e64672
100644
(file)
--- a/
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
+++ b/
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
@@
-51,7
+51,7
@@
static ParameterItem_t ParameterTable[] =
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_HW_VER,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_HW_VER,
\r
- .ParamValue = 0x0
1
,
\r
+ .ParamValue = 0x0
0
,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SW_MAJOR,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SW_MAJOR,
\r
@@
-59,7
+59,7
@@
static ParameterItem_t ParameterTable[] =
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SW_MINOR,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SW_MINOR,
\r
- .ParamValue = 0x0
0
,
\r
+ .ParamValue = 0x0
C
,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_VTARGET,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_VTARGET,
\r
@@
-67,7
+67,7
@@
static ParameterItem_t ParameterTable[] =
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SCK_DURATION,
\r
.ParamPrivellages = PARAM_PRIV_READ },
\r
\r
{ .ParamID = PARAM_SCK_DURATION,
\r
- .ParamValue = 0,
\r
+ .ParamValue = 0
xFF
,
\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