Ensure behaviour is correct when UAC_FORCE_FEEDBACK_EP and XUA_ADAPTIVE features defined as 0
This commit is contained in:
@@ -1158,6 +1158,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if (defined(UAC_FORCE_FEEDBACK_EP) && UAC_FORCE_FEEDBACK_EP == 0)
|
||||
#undef UAC_FORCE_FEEDBACK_EP
|
||||
#endif
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
/* Endpoint addresses enums */
|
||||
enum USBEndpointNumber_In
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
#define ISO_EP_IMPL_ATTRIBUTES_ASYNCH 0x25 //ISO, ASYNCH, IMPLICIT FB DATA EP
|
||||
#define ISO_EP_IMPL_ATTRIBUTES_ADAPTIVE 0x29 //ISO, ADAPTIVE, IMPLICIT FB DATA EP
|
||||
|
||||
#if (defined(XUA_ADAPTIVE) && (XUA_ADAPTIVE == 0))
|
||||
#undef XUA_ADAPTIVE
|
||||
#endif
|
||||
|
||||
#if __STDC__
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user