mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
msp-exp430f5438: disable sdp_general_query, requires 20bit compiler
This commit is contained in:
parent
58e7732a24
commit
2e4c486246
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user