Fixed up IN endpoint addresses due to typo in USBEndpointNumber_In enum

This commit is contained in:
Ross Owen
2015-11-20 13:45:54 +00:00
parent 7512067905
commit 196c82e0dd

View File

@@ -1108,7 +1108,7 @@
enum USBEndpointNumber_In
{
ENDPOINT_NUMBER_IN_CONTROL, /* Endpoint 0 */
#if (NUM_USB_CHAN_IN == 0) || (defined UAC_FORCE_FEEDBACK_EP)
#if (NUM_USB_CHAN_IN == 0) || defined (UAC_FORCE_FEEDBACK_EP)
ENDPOINT_NUMBER_IN_FEEDBACK,
#endif
ENDPOINT_NUMBER_IN_AUDIO,