aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/V2Protocol.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-24 01:55:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-24 01:55:53 +0000
commitce044844eaf33ab4dacf199e136abc190125f284 (patch)
treeffcac62479e5e44711a8b4cd987c99364ac9f214 /Projects/AVRISP/Lib/V2Protocol.c
parent26bc1f3cfdf1aa44d08d12f0985bd214c396d315 (diff)
downloadlufa-ce044844eaf33ab4dacf199e136abc190125f284.tar.gz
lufa-ce044844eaf33ab4dacf199e136abc190125f284.tar.bz2
lufa-ce044844eaf33ab4dacf199e136abc190125f284.zip
Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
Diffstat (limited to 'Projects/AVRISP/Lib/V2Protocol.c')
-rw-r--r--Projects/AVRISP/Lib/V2Protocol.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/V2Protocol.c b/Projects/AVRISP/Lib/V2Protocol.c
index 3bfcc11af..eae2e830f 100644
--- a/Projects/AVRISP/Lib/V2Protocol.c
+++ b/Projects/AVRISP/Lib/V2Protocol.c
@@ -50,7 +50,9 @@ bool MustSetAddress;
void V2Protocol_ProcessCommand(void)
{
uint8_t V2Command = Endpoint_Read_Byte();
-
+
+ Serial_TxByte(V2Command);
+
switch (V2Command)
{
case CMD_SIGN_ON: