summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c
diff options
context:
space:
mode:
Diffstat (limited to 'at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c')
-rw-r--r--at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c b/at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c
index dd3f38e..7df769e 100644
--- a/at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c
+++ b/at91lib/usb/device/cdc-serial/CDCDSerialDriverDescriptors.c
@@ -618,11 +618,11 @@ USBDDriverDescriptors cdcdSerialDriverDescriptors = {
{ (USBConfigurationDescriptor *) &(otherSpeedDescriptorsHS) },
#else
0, // No full-speed device qualifier descriptor
- 0, // No full-speed other speed configuration
+ { 0 }, // No full-speed other speed configuration
0, // No high-speed device descriptor
- 0, // No high-speed configuration descriptor
+ { 0 }, // No high-speed configuration descriptor
0, // No high-speed device qualifier descriptor
- 0, // No high-speed other speed configuration descriptor
+ { 0 }, // No high-speed other speed configuration descriptor
#endif
stringDescriptors,
personal git repositories of Harald Welte. Your mileage may vary