aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/V2Protocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-13 14:17:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-13 14:17:18 +0000
commitd83cc9ac8049f651637dc2d9b8632f3c208bbdf6 (patch)
tree64c162999af279b6a823b26082d9f09e4fc6d210 /Projects/AVRISP-MKII/Lib/V2Protocol.h
parent666c0fa4c31b2c9f7f02f6d0e09551e24dc4680c (diff)
downloadlufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.tar.gz
lufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.tar.bz2
lufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.zip
Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device is bus-powered only. Add compile time options to reduce the compiled size of the firmware.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/V2Protocol.h')
-rw-r--r--Projects/AVRISP-MKII/Lib/V2Protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2Protocol.h b/Projects/AVRISP-MKII/Lib/V2Protocol.h
index 12ab5992d..a4248ddec 100644
--- a/Projects/AVRISP-MKII/Lib/V2Protocol.h
+++ b/Projects/AVRISP-MKII/Lib/V2Protocol.h
@@ -70,7 +70,7 @@
#define COMMAND_TIMEOUT_TICKS 100
/** Command timeout counter register, GPIOR for speed. */
- #define TimeoutTicksRemaining GPIOR0
+ #define TimeoutTicksRemaining GPIOR1
/** MUX mask for the VTARGET ADC channel number. */
#define VTARGET_ADC_CHANNEL_MASK _GETADCMUXMASK(ADC_CHANNEL, VTARGET_ADC_CHANNEL)