From 5d07299d04b4135f509e16aece53b59154fa8a23 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Thu, 30 Oct 2014 09:41:30 +0000 Subject: [PATCH] fix typo in sdp_bnep_query --- example/libusb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/libusb/Makefile b/example/libusb/Makefile index 5cf323786..1fe836246 100644 --- a/example/libusb/Makefile +++ b/example/libusb/Makefile @@ -85,7 +85,7 @@ PAN_OBJ = $(PAN:.c=.o) all: ${BTSTACK_ROOT}/include/btstack/version.h gatt_browser gatt_battery_query sdp_rfcomm_query sdp_general_query spp_counter ble_peripheral \ ble_peripheral_sm_minimal gap_inquiry gap_dedicated_bonding gap_inquiry_and_bond l2cap_test spp_streamer \ classic_test ble_peripheral_uart_csr ble_peripheral_uart_cc256x ancs_client spp_and_le_counter \ - ddp_bnep_query + sdp_bnep_query ${BTSTACK_ROOT}/include/btstack/version.h: