aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/V2Protocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-19 05:27:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-19 05:27:58 +0000
commit60fd0ff418566d85224f9841037ba01b77acc0d8 (patch)
treec97d59c17a21b467c0fe0c989437c2ff9fcae5a2 /Projects/AVRISP-MKII/Lib/V2Protocol.h
parent27461546523862a3a76ee41f615f7ec2eed2195f (diff)
downloadlufa-60fd0ff418566d85224f9841037ba01b77acc0d8.tar.gz
lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.tar.bz2
lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.zip
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/V2Protocol.h')
-rw-r--r--Projects/AVRISP-MKII/Lib/V2Protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2Protocol.h b/Projects/AVRISP-MKII/Lib/V2Protocol.h
index 67e44e045..862ea48ef 100644
--- a/Projects/AVRISP-MKII/Lib/V2Protocol.h
+++ b/Projects/AVRISP-MKII/Lib/V2Protocol.h
@@ -70,6 +70,7 @@
extern bool MustSetAddress;
/* Function Prototypes: */
+ void V2Protocol_Init(void);
void V2Protocol_ProcessCommand(void);
#if defined(INCLUDE_FROM_V2PROTOCOL_C)