aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-25 13:15:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-25 13:15:30 +0000
commit8aee4cb2f2207e93841664814bb1dbfc1347894c (patch)
tree71a3871b4fea2e31d3382ce45fd808fb02c33739 /Projects/Incomplete/AVRISP/Lib/V2Protocol.h
parent73801c73a1684a88bff33aefe3c5aa89bc66c414 (diff)
downloadlufa-8aee4cb2f2207e93841664814bb1dbfc1347894c.tar.gz
lufa-8aee4cb2f2207e93841664814bb1dbfc1347894c.tar.bz2
lufa-8aee4cb2f2207e93841664814bb1dbfc1347894c.zip
Add function documentation to the AVRISP project.
Diffstat (limited to 'Projects/Incomplete/AVRISP/Lib/V2Protocol.h')
-rw-r--r--Projects/Incomplete/AVRISP/Lib/V2Protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Incomplete/AVRISP/Lib/V2Protocol.h b/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
index b0f1f83c0..5c8bd7513 100644
--- a/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
+++ b/Projects/Incomplete/AVRISP/Lib/V2Protocol.h
@@ -49,6 +49,7 @@
/** Programmer ID string, returned to the host during the CMD_SIGN_ON command processing */
#define PROGRAMMER_ID "AVRISP_MK2"
+ /** Mask for the reading or writing of the high byte in a FLASH word when issuing a low-level programming command */
#define READ_WRITE_HIGH_BYTE_MASK (1 << 3)
#define PROG_MODE_PAGED_WRITES_MASK (1 << 0)