Added support to the CDCHost demo for devices with mutiple CDC interfaces which are not the correct ACM type preceeding the desired ACM CDC interface.
This commit is contained in:
parent
cb7884da50
commit
51910b4505
3 changed files with 41 additions and 9 deletions
|
@ -77,7 +77,8 @@
|
|||
};
|
||||
|
||||
/* Configuration Descriptor Comparison Functions: */
|
||||
DESCRIPTOR_COMPARATOR(NextCDCInterface);
|
||||
DESCRIPTOR_COMPARATOR(NextCDCControlInterface);
|
||||
DESCRIPTOR_COMPARATOR(NextCDCDataInterface);
|
||||
DESCRIPTOR_COMPARATOR(NextInterfaceCDCDataEndpoint);
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue