aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-29 14:43:03 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-29 14:43:03 +0000
commitb1dbd92c32022c2ec1601f6a6e51c5714a69c56c (patch)
tree6b32bb39caf32b9106f0fc303b7364bbe3a495f5 /Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
parente1c1c256192c099f5bfa23946c050aa5954aca4a (diff)
downloadlufa-b1dbd92c32022c2ec1601f6a6e51c5714a69c56c.tar.gz
lufa-b1dbd92c32022c2ec1601f6a6e51c5714a69c56c.tar.bz2
lufa-b1dbd92c32022c2ec1601f6a6e51c5714a69c56c.zip
Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h')
-rw-r--r--Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
index 4bb600910..7dc6af538 100644
--- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
+++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
@@ -113,6 +113,7 @@
extern uint16_t XPROG_Param_EEPageSize;
extern uint8_t XPROG_Param_NVMCSRRegAddr;
extern uint8_t XPROG_Param_NVMCMDRegAddr;
+ extern uint8_t XPROG_SelectedProtocol;
/* Function Prototypes: */
void XPROGProtocol_SetMode(void);