projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PROGRAM_EE...
[pub/lufa.git]
/
Projects
/
Incomplete
/
AVRISP
/
Lib
/
V2Protocol.h
diff --git
a/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
b/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
index
55c1c78
..
ce7c1ee
100644
(file)
--- a/
Projects/Incomplete/AVRISP/Lib/V2Protocol.h
+++ b/
Projects/Incomplete/AVRISP/Lib/V2Protocol.h
@@
-47,7
+47,7
@@
/* Macros: */
#define PROGRAMMER_ID "AVRISP_MK2"
\r
\r
- #define READ_WRITE_
ODD_BYTE_MASK
(1 << 3)
\r
+ #define READ_WRITE_
HIGH_BYTE_MASK
(1 << 3)
\r
\r
#define PROG_MODE_PAGED_WRITES_MASK (1 << 0)
\r
#define PROG_MODE_WORD_TIMEDELAY_MASK (1 << 1)
\r