More missing brace related warnings.

This commit is contained in:
Ross Owen
2014-04-30 15:12:50 +01:00
parent 3ed228a77b
commit 306f88db1a

View File

@@ -1843,6 +1843,7 @@ USB_Config_Descriptor_Audio2_t cfgDesc_Audio2=
#ifdef HID_CONTROLS
/* HID */
/* Interface descriptor details */
{
9, /* 0 bLength : Size of descriptor in Bytes */
4, /* 1 bDescriptorType (Interface: 0x04)*/
INTERFACE_NUMBER_HID, /* 2 bInterfaceNumber : Number of interface */
@@ -1871,6 +1872,7 @@ USB_Config_Descriptor_Audio2_t cfgDesc_Audio2=
3, /* 3 bmAttributes (INTERRUPT) */
64, /* 4 wMaxPacketSize */
8, /* 6 bInterval */
},
#endif
};