Stub out more of the TPI programming protocol routines in the AVRISP project.
[pub/USBasp.git] / Projects / AVRISP / Lib / V2Protocol.c
index 4bd1162..3bfcc11 100644 (file)
@@ -106,6 +106,9 @@ void V2Protocol_ProcessCommand(void)
                        PDIProtocol_XPROG_Command();\r
                        break;\r
 #endif\r
+#if defined(ENABLE_TPI_PROTOCOL)\r
+               // TODO\r
+#endif\r
                default:\r
                        V2Protocol_UnknownCommand(V2Command);\r
                        break;\r