Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
f9c0357b
Commit
f9c0357b
authored
Aug 24, 2009
by
Dean Camera
Browse files
Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRISP project.
parent
bff4dbe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/Incomplete/AVRISP/Lib/V2Protocol.c
View file @
f9c0357b
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment