Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor...
[pub/USBasp.git] / Bootloaders / DFU / BootloaderDFU.c
index 1dae162..6e0c95d 100644 (file)
@@ -742,4 +742,3 @@ static void ProcessReadCommand(void)
        else if (IS_ONEBYTE_COMMAND(SentCommand.Data, 0x01))                    // Read signature byte
          ResponseByte = SignatureInfo[DataIndexToRead - 0x30];
 }
-