Stub out more of the TPI programming protocol routines in the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-23 13:28:44 +00:00
parent be71f934a4
commit bd5e8f07b7
11 changed files with 174 additions and 31 deletions

View file

@ -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);