aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-14 06:44:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-14 06:44:57 +0000
commitf2324fc2b4a926dc2db5d3e681a019949fe23342 (patch)
treec16061ed6c1a73174144789716220ec465c59e74 /Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
parentd41cd9a41aca81eaa21e65e6c53672fe604fa3d5 (diff)
downloadlufa-f2324fc2b4a926dc2db5d3e681a019949fe23342.tar.gz
lufa-f2324fc2b4a926dc2db5d3e681a019949fe23342.tar.bz2
lufa-f2324fc2b4a926dc2db5d3e681a019949fe23342.zip
Second patch to fix incorrect PDI/TPI programming speed.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h')
-rw-r--r--Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
index 541841105..e5952a1ac 100644
--- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
+++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
@@ -113,7 +113,6 @@
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);