Stub out more of the TPI programming protocol routines in the AVRISP project.
This commit is contained in:
parent
be71f934a4
commit
bd5e8f07b7
11 changed files with 174 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue