aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-24 13:39:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-24 13:39:47 +0000
commitf070902bdb96795c497bce283288affaa9a4fc5b (patch)
tree1a009c5d038bce5f65f04e89d7b22bd66ca66ca4 /Projects/Incomplete/AVRISP/Lib/V2Protocol.h
parent8cb8f1cfddf0d9a76442f8fdafe207ac7e6fe340 (diff)
downloadlufa-f070902bdb96795c497bce283288affaa9a4fc5b.tar.gz
lufa-f070902bdb96795c497bce283288affaa9a4fc5b.tar.bz2
lufa-f070902bdb96795c497bce283288affaa9a4fc5b.zip
Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PROGRAM_EEPROM_ISP polling and endpoint bank clearing, add hardware delays/timeouts to the V2 Protocol handler in the AVRISP project.
Diffstat (limited to 'Projects/Incomplete/AVRISP/Lib/V2Protocol.h')
-rw-r--r--Projects/Incomplete/AVRISP/Lib/V2Protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Incomplete/AVRISP/Lib/V2Protocol.h b/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
index 55c1c78c2..ce7c1ee4c 100644
--- a/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
+++ b/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
@@ -47,7 +47,7 @@
/* Macros: */
#define PROGRAMMER_ID "AVRISP_MK2"
- #define READ_WRITE_ODD_BYTE_MASK (1 << 3)
+ #define READ_WRITE_HIGH_BYTE_MASK (1 << 3)
#define PROG_MODE_PAGED_WRITES_MASK (1 << 0)
#define PROG_MODE_WORD_TIMEDELAY_MASK (1 << 1)