From 2e4c486246b87a7d082c53e6007902f6ee3bde7b Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 3 Oct 2016 11:29:25 +0200 Subject: [PATCH] msp-exp430f5438: disable sdp_general_query, requires 20bit compiler --- port/msp-exp430f5438-cc2564b/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/port/msp-exp430f5438-cc2564b/Makefile b/port/msp-exp430f5438-cc2564b/Makefile index 4ad49f94a..0b7685e2f 100644 --- a/port/msp-exp430f5438-cc2564b/Makefile +++ b/port/msp-exp430f5438-cc2564b/Makefile @@ -93,7 +93,7 @@ LCD_OBJ = $(LCD:.c=.o) # create firmware image from common objects and example source file -all: led_counter.hex gap_inquiry.hex sdp_general_query.hex +all: led_counter.hex gap_inquiry.hex # fetch and convert init scripts include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc @@ -106,6 +106,7 @@ include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc # spp_counter.hex # spp_flowcontrol.hex # sdp_rfcomm_query.hex +# sdp_general_query.hex # compiling ant-test requires special ant init script # ant-test.hex