\r
static void USB_Device_SetConfiguration(void)\r
{\r
- bool AlreadyConfigured = (USB_ConfigurationNumber != 0);\r
+ bool AlreadyConfigured = (USB_ConfigurationNumber != 0);\r
\r
#if defined(USE_SINGLE_DEVICE_CONFIGURATION)\r
if ((uint8_t)USB_ControlRequest.wValue > 1)\r
#if defined(USE_RAM_DESCRIPTORS)\r
Endpoint_Write_Control_Stream_LE(DescriptorPointer, DescriptorSize);\r
#else\r
- bool SendZLP;\r
+ bool SendZLP;\r
\r
if (USB_ControlRequest.wLength > DescriptorSize)\r
USB_ControlRequest.wLength = DescriptorSize;\r