mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Stub out more of the TPI programming protocol routines in the AVRISP project.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user