aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/V2ProtocolParams.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-02 12:02:01 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-02 12:02:01 +0000
commit1ed6925b5bf417848b83887b32e3ede05a1c691b (patch)
treee99aac1a5cbf4e1be0006e6f5fa8939afa1f00e4 /Projects/AVRISP/Lib/V2ProtocolParams.c
parent1645c3d243e57134228d36c23687c2ab664c3f9c (diff)
downloadlufa-1ed6925b5bf417848b83887b32e3ede05a1c691b.tar.gz
lufa-1ed6925b5bf417848b83887b32e3ede05a1c691b.tar.bz2
lufa-1ed6925b5bf417848b83887b32e3ede05a1c691b.zip
Factor out all the ISP related code into a seperate ISPProtocol set of files in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented.
Diffstat (limited to 'Projects/AVRISP/Lib/V2ProtocolParams.c')
-rw-r--r--Projects/AVRISP/Lib/V2ProtocolParams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/V2ProtocolParams.c b/Projects/AVRISP/Lib/V2ProtocolParams.c
index 62149b4c3..f6b057fc9 100644
--- a/Projects/AVRISP/Lib/V2ProtocolParams.c
+++ b/Projects/AVRISP/Lib/V2ProtocolParams.c
@@ -67,7 +67,7 @@ static ParameterItem_t ParameterTable[] =
.ParamPrivileges = PARAM_PRIV_READ },
{ .ParamID = PARAM_SCK_DURATION,
- .ParamValue = (TOTAL_PROGRAMMING_SPEEDS - 1),
+ .ParamValue = (TOTAL_ISP_PROGRAMMING_SPEEDS - 1),
.ParamPrivileges = PARAM_PRIV_READ | PARAM_PRIV_WRITE },
{ .ParamID = PARAM_RESET_POLARITY,