From 8d676818aa65776466c7974c8ba4b3a441da10a6 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 14 Dec 2016 14:34:59 +0100 Subject: [PATCH] port/msp430f229: disable ble_server example due to increase in rom size --- port/msp430f5229lp-cc2564b/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/port/msp430f5229lp-cc2564b/Makefile b/port/msp430f5229lp-cc2564b/Makefile index 0351a349f..dcb107b1d 100644 --- a/port/msp430f5229lp-cc2564b/Makefile +++ b/port/msp430f5229lp-cc2564b/Makefile @@ -97,7 +97,8 @@ BLE_OBJ = $(BLE:.c=.o) # create firmware image from common objects and example source file all: led_counter.hex spp_counter.hex gap_inquiry.hex spp_flowcontrol.hex \ - sdp_rfcomm_query.hex sdp_general_query.hex ble_server.hex + sdp_rfcomm_query.hex sdp_general_query.hex +# ble_server.hex # fetch and convert init scripts include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc