Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
This commit is contained in:
parent
26bc1f3cfd
commit
ce044844ea
20 changed files with 19 additions and 11 deletions
|
@ -50,7 +50,9 @@ bool MustSetAddress;
|
|||
void V2Protocol_ProcessCommand(void)
|
||||
{
|
||||
uint8_t V2Command = Endpoint_Read_Byte();
|
||||
|
||||
|
||||
Serial_TxByte(V2Command);
|
||||
|
||||
switch (V2Command)
|
||||
{
|
||||
case CMD_SIGN_ON:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue