From c3dfbe5da09caed65cb82d209721856c76c921e7 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Tue, 15 Oct 2013 20:07:51 +0000 Subject: [PATCH] test for Bluetooth classic and LE support --- example/libusb/Makefile | 4 ++-- example/libusb/config.h | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/example/libusb/Makefile b/example/libusb/Makefile index 57a935ed4..fc90a2d18 100644 --- a/example/libusb/Makefile +++ b/example/libusb/Makefile @@ -2,8 +2,8 @@ BTSTACK_ROOT = ../.. CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -I${BTSTACK_ROOT}/chipset-cc256x -CFLAGS += -I/sw/include -I../.. -LDFLAGS = -L/sw/lib -lusb-1.0 +CFLAGS += -I/usr/local/include -I../.. +LDFLAGS = -L/usr/local/lib -lusb-1.0 CORE = \ ${BTSTACK_ROOT}/src/btstack_memory.c \ diff --git a/example/libusb/config.h b/example/libusb/config.h index d1630c86d..3e852230a 100644 --- a/example/libusb/config.h +++ b/example/libusb/config.h @@ -1,7 +1,6 @@ // config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013 #define HAVE_TRANSPORT_USB -#define USB_PRODUCT_ID 0 -#define USB_VENDOR_ID 0 +#define HAVE_BLE #define USE_POSIX_RUN_LOOP #define HAVE_SDP #define HAVE_RFCOMM