diff --git a/Projects/Incomplete/AVRISP/Lib/V2Protocol.c b/Projects/Incomplete/AVRISP/Lib/V2Protocol.c index cffb91e025eb690f68da23f9c572282ceb871ddd..7bb8f71ca38f24df7f5fb844464a82a57f128cf4 100644 --- a/Projects/Incomplete/AVRISP/Lib/V2Protocol.c +++ b/Projects/Incomplete/AVRISP/Lib/V2Protocol.c @@ -344,16 +344,7 @@ static void V2Protocol_Command_ReadMemory(uint8_t V2Command) } Endpoint_Write_Byte(STATUS_CMD_OK); - - bool EndpointBankFull = Endpoint_IsReadWriteAllowed(); Endpoint_ClearIN(); - - /* Ensure data transfer is terminated by a short packet if the last sent bank was completely full */ - if (EndpointBankFull) - { - Endpoint_WaitUntilReady(); - Endpoint_ClearIN(); - } } static void V2Protocol_Command_ChipErase(void)