Temporary workaround for ENDPOINT_INT_INTERVAL_IN_HID definition

This commit is contained in:
Ciaran Woodward
2021-12-08 12:33:37 +00:00
parent de382e5cc0
commit be90779db5

View File

@@ -66,7 +66,7 @@ enum USBInterfaceNumber
INTERFACE_COUNT /* End marker */
};
#if( 0 < HID_CONTROLS )
#ifndef ENDPOINT_INT_INTERVAL_IN_HID
#define ENDPOINT_INT_INTERVAL_IN_HID 0x08
#endif