Phone uses USB endpoints 4 to 6 instead of 1 to 3 now

This commit is contained in:
Christina Quast
2015-04-04 10:51:37 +02:00
parent 6355ecedf7
commit b65b881de1
3 changed files with 8 additions and 17 deletions

View File

@@ -365,7 +365,7 @@ const SIMTraceDriverConfigurationDescriptorPhone configurationDescriptorPhone =
USBGenericDescriptor_INTERFACE,
0, /* This is interface #0 */
0, /* This is alternate setting #0 for this interface */
4, /* Number of endpoints */
3, /* Number of endpoints */
0xff, /* Descriptor Class: Vendor specific */
0, /* No subclass */
0, /* No l */