From ee74b4948f5911de678886890d991db2b3267b06 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 6 Apr 2010 02:48:47 +0000 Subject: 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. --- Projects/XPLAINBridge/XPLAINBridge.c | 2 +- Projects/XPLAINBridge/XPLAINBridge.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Projects/XPLAINBridge') diff --git a/Projects/XPLAINBridge/XPLAINBridge.c b/Projects/XPLAINBridge/XPLAINBridge.c index 7ca94b273..090b76791 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.c +++ b/Projects/XPLAINBridge/XPLAINBridge.c @@ -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); diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt index cd8efbc10..40ea08e6a 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.txt +++ b/Projects/XPLAINBridge/XPLAINBridge.txt @@ -79,7 +79,7 @@ * Defines the maximum number of bytes which can be buffered in each Ring Buffer. * * - * WIN_LIBUSB_COMPAT + * LIBUSB_FILTERDRV_COMPAT * Makefile CDEFS * Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making * the code compatible with Windows builds of avrdude using the libUSB driver. Linux platforms are not affected by this -- cgit v1.2.3