From 18b0d408a9e68cbc1ce36da89d74a799d7fc31de Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 24 Dec 2009 02:27:21 +0000 Subject: Remove serial driver use from the AVRISP project now that it is no longer needed. --- Projects/AVRISP/Lib/V2Protocol.c | 2 -- Projects/AVRISP/Lib/V2Protocol.h | 1 - Projects/AVRISP/Lib/XPROG/XPROGProtocol.c | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'Projects/AVRISP/Lib') diff --git a/Projects/AVRISP/Lib/V2Protocol.c b/Projects/AVRISP/Lib/V2Protocol.c index 0c4664e54..4f7904a21 100644 --- a/Projects/AVRISP/Lib/V2Protocol.c +++ b/Projects/AVRISP/Lib/V2Protocol.c @@ -51,8 +51,6 @@ void V2Protocol_ProcessCommand(void) { uint8_t V2Command = Endpoint_Read_Byte(); - Serial_TxByte(V2Command); - switch (V2Command) { case CMD_SIGN_ON: diff --git a/Projects/AVRISP/Lib/V2Protocol.h b/Projects/AVRISP/Lib/V2Protocol.h index 8cc4c3c68..db4d09f0a 100644 --- a/Projects/AVRISP/Lib/V2Protocol.h +++ b/Projects/AVRISP/Lib/V2Protocol.h @@ -39,7 +39,6 @@ /* Includes: */ #include #include - #include #include "../Descriptors.h" #include "V2ProtocolConstants.h" diff --git a/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c b/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c index d91941307..98530e9aa 100644 --- a/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c +++ b/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c @@ -44,7 +44,7 @@ uint32_t XPROG_Param_NVMBase = 0x010001C0; uint32_t XPROG_Param_EEPageSize; /** Currently selected XPROG programming protocol */ -uint8_t XPROG_SelectedProtocol; +uint8_t XPROG_SelectedProtocol = XPRG_PROTOCOL_PDI; /** Handler for the CMD_XPROG_SETMODE command, which sets the programmer-to-target protocol used for PDI/TPI -- cgit v1.2.3