Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
This commit is contained in:
parent
05fcf7e2a7
commit
9decc2bc59
15 changed files with 217 additions and 191 deletions
|
@ -100,16 +100,13 @@ void V2Protocol_ProcessCommand(void)
|
|||
ISPProtocol_SPIMulti();
|
||||
break;
|
||||
#endif
|
||||
#if defined(ENABLE_PDI_PROTOCOL)
|
||||
#if defined(ENABLE_XPROG_PROTOCOL)
|
||||
case CMD_XPROG_SETMODE:
|
||||
PDIProtocol_XPROG_SetMode();
|
||||
XPROGProtocol_SetMode();
|
||||
break;
|
||||
case CMD_XPROG:
|
||||
PDIProtocol_XPROG_Command();
|
||||
XPROGProtocol_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