Add information request/response signal handler to the Bluetooth Host demo.
Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
This commit is contained in:
parent
083d797aca
commit
ee74b4948f
8 changed files with 161 additions and 51 deletions
|
@ -191,7 +191,7 @@ void EVENT_USB_Device_ConfigurationChanged(void)
|
|||
ENDPOINT_DIR_OUT, AVRISP_DATA_EPSIZE,
|
||||
ENDPOINT_BANK_SINGLE);
|
||||
|
||||
#if defined(WIN_LIBUSB_COMPAT)
|
||||
#if defined(LIBUSB_FILTERDRV_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