diff --git a/MSP-EXP430F5438-CC256x/example-ble/Makefile b/MSP-EXP430F5438-CC256x/example-ble/Makefile index ab6a506e9..bea7646f5 100644 --- a/MSP-EXP430F5438-CC256x/example-ble/Makefile +++ b/MSP-EXP430F5438-CC256x/example-ble/Makefile @@ -32,7 +32,7 @@ COMMON = \ ${BTSTACK_ROOT}/ble/att.c \ ${BTSTACK_ROOT}/ble/l2cap_le.c \ ${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \ - ${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.5.c \ + ${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.10.c \ ${BTSTACK_ROOT}/src/hci_transport_h4_ehcill_dma.c \ ../firmware/hal_lcd.c \ ../firmware/hal_lcd_fonts.c \ diff --git a/MSP-EXP430F5438-CC256x/example/Makefile b/MSP-EXP430F5438-CC256x/example/Makefile index 09c35b8fe..10214d634 100644 --- a/MSP-EXP430F5438-CC256x/example/Makefile +++ b/MSP-EXP430F5438-CC256x/example/Makefile @@ -1,7 +1,7 @@ # # Makefile for MSP-EXP430F5438 demos with PAN1315, PAN1317, PAN1325, PAN1323, or PAN1327 Bluetooth modules # -# For the PAN1315/25 modules, please use bluetooth_init_cc2560_2.42.c in COMMON below +# For the PAN1315/25 modules, please use bluetooth_init_cc2560_*.c in COMMON below # Please check instructions at https://code.google.com/p/btstack/wiki/CC256x on where to download the init scripts and how to convert them to *.c files. # # mspgcc is used: http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki @@ -28,7 +28,7 @@ CORE = \ COMMON = \ ../src/hal_uart_dma.c \ ${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \ - ${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.5.c \ + ${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.10.c \ ${BTSTACK_ROOT}/src/hci.c \ ${BTSTACK_ROOT}/src/hci_cmds.c \ ${BTSTACK_ROOT}/src/hci_dump.c \