From 130ef641ef799abf2c79a32394982a68e69c945f Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 13 Jan 2017 21:49:54 +0100 Subject: [PATCH] msp430: disable gap_inquiry example --- port/ez430-rf2560/Makefile | 3 ++- port/msp-exp430f5438-cc2564b/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/port/ez430-rf2560/Makefile b/port/ez430-rf2560/Makefile index befad3584..cda02fe50 100644 --- a/port/ez430-rf2560/Makefile +++ b/port/ez430-rf2560/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 +all: led_counter.hex # fetch and convert init scripts include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc @@ -101,6 +101,7 @@ include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc # compiling requires a 20-bit mspgcc version # spp_and_le_counter.hex spp_accel.hex spp_flowcontrol.hex spp_counter.hex # sdp_rfcomm_query.hex sdp_general_query.hex +# gap_inquiry.hex # compiling ant-test requires special ant init script # ant-test.hex diff --git a/port/msp-exp430f5438-cc2564b/Makefile b/port/msp-exp430f5438-cc2564b/Makefile index 0b7685e2f..3c8dc5daa 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 +all: led_counter.hex # fetch and convert init scripts include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc @@ -107,6 +107,7 @@ include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc # spp_flowcontrol.hex # sdp_rfcomm_query.hex # sdp_general_query.hex +# gap_inquiry.hex # compiling ant-test requires special ant init script # ant-test.hex