aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-24 12:49:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-24 12:49:19 +0000
commit8cb8f1cfddf0d9a76442f8fdafe207ac7e6fe340 (patch)
tree2d9631b3a301e1b0cb1b1dd4414ca70d701a9802 /Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
parent92adb00f8eebab41853f95bbc0de8a2006c6df3d (diff)
downloadlufa-8cb8f1cfddf0d9a76442f8fdafe207ac7e6fe340.tar.gz
lufa-8cb8f1cfddf0d9a76442f8fdafe207ac7e6fe340.tar.bz2
lufa-8cb8f1cfddf0d9a76442f8fdafe207ac7e6fe340.zip
Switch to hardware delays and timeouts via a hardware timer in the V2 Protocol handler.
More additions to the PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP commands, although neither work correctly yet. Added dummy RESET_PROTECTIONS handler to prevent the Atmel driver from crashing when the command returns an UNKNOWN_COMMAND error code.
Diffstat (limited to 'Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c')
-rw-r--r--Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
index 74c8f2024..a95e8757e 100644
--- a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
+++ b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
@@ -63,7 +63,7 @@ static ParameterItem_t ParameterTable[] =
.ParamPrivellages = PARAM_PRIV_READ },
{ .ParamID = PARAM_VTARGET,
- .ParamValue = 0x00,
+ .ParamValue = 0x32,
.ParamPrivellages = PARAM_PRIV_READ },
{ .ParamID = PARAM_SCK_DURATION,