X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0407b92584ead02122f5273fde380dd8a272e83c..3b99abb5fcc4e92142d02b1a115fed8d5028596b:/Bootloaders/DFU/BootloaderDFU.c?ds=inline diff --git a/Bootloaders/DFU/BootloaderDFU.c b/Bootloaders/DFU/BootloaderDFU.c index fdd4d2de6..6e0c95d06 100644 --- a/Bootloaders/DFU/BootloaderDFU.c +++ b/Bootloaders/DFU/BootloaderDFU.c @@ -87,7 +87,7 @@ static uint8_t Flash64KBPage = 0; */ static uint16_t StartAddr = 0x0000; -/** Memory end address, indicating the end address to read to/write from in the memory being addressed (either FLASH +/** Memory end address, indicating the end address to read from/write to in the memory being addressed (either FLASH * of EEPROM depending on the issued command from the host). */ static uint16_t EndAddr = 0x0000; @@ -742,4 +742,3 @@ static void ProcessReadCommand(void) else if (IS_ONEBYTE_COMMAND(SentCommand.Data, 0x01)) // Read signature byte ResponseByte = SignatureInfo[DataIndexToRead - 0x30]; } -