X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/63a8f66d92b5d7018a4d962f4f7b23774a621771..a908773a13ee491f2f8907cdf57c26fb39e10658:/LUFA/Drivers/USB/LowLevel/DevChapter9.c diff --git a/LUFA/Drivers/USB/LowLevel/DevChapter9.c b/LUFA/Drivers/USB/LowLevel/DevChapter9.c index bf1cb6c8f..9c319fc07 100644 --- a/LUFA/Drivers/USB/LowLevel/DevChapter9.c +++ b/LUFA/Drivers/USB/LowLevel/DevChapter9.c @@ -131,7 +131,7 @@ static void USB_Device_SetAddress(void) static void USB_Device_SetConfiguration(void) { - bool AlreadyConfigured = (USB_ConfigurationNumber != 0); + bool AlreadyConfigured = (USB_ConfigurationNumber != 0); #if defined(USE_SINGLE_DEVICE_CONFIGURATION) if ((uint8_t)USB_ControlRequest.wValue > 1) @@ -188,7 +188,7 @@ static void USB_Device_GetDescriptor(void) #if defined(USE_RAM_DESCRIPTORS) Endpoint_Write_Control_Stream_LE(DescriptorPointer, DescriptorSize); #else - bool SendZLP; + bool SendZLP; if (USB_ControlRequest.wLength > DescriptorSize) USB_ControlRequest.wLength = DescriptorSize;