From bd5e8f07b71b4fa0c058c0edfa8ff3f59ab31610 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 23 Dec 2009 13:28:44 +0000 Subject: Stub out more of the TPI programming protocol routines in the AVRISP project. --- Projects/AVRISP/Lib/V2Protocol.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Projects/AVRISP/Lib/V2Protocol.c') diff --git a/Projects/AVRISP/Lib/V2Protocol.c b/Projects/AVRISP/Lib/V2Protocol.c index 4bd1162a3..3bfcc11af 100644 --- a/Projects/AVRISP/Lib/V2Protocol.c +++ b/Projects/AVRISP/Lib/V2Protocol.c @@ -105,6 +105,9 @@ void V2Protocol_ProcessCommand(void) case CMD_XPROG: PDIProtocol_XPROG_Command(); break; +#endif +#if defined(ENABLE_TPI_PROTOCOL) + // TODO #endif default: V2Protocol_UnknownCommand(V2Command); -- cgit v1.2.3