The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver.
Fix Benito makefile which was accidentally changed during testing.
This commit is contained in:
parent
e277ff0cf4
commit
d3c623e1e1
10 changed files with 14 additions and 15 deletions
|
@ -192,7 +192,7 @@ void EVENT_USB_Device_ConfigurationChanged(void)
|
|||
ENDPOINT_DIR_OUT, AVRISP_DATA_EPSIZE,
|
||||
ENDPOINT_BANK_SINGLE);
|
||||
|
||||
#if defined(LIBUSB_FILTERDRV_COMPAT)
|
||||
#if defined(LIBUSB_DRIVER_COMPAT)
|
||||
EndpointConfigSuccess &= Endpoint_ConfigureEndpoint(AVRISP_DATA_IN_EPNUM, EP_TYPE_BULK,
|
||||
ENDPOINT_DIR_IN, AVRISP_DATA_EPSIZE,
|
||||
ENDPOINT_BANK_SINGLE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue