From 9d49ac0b27bef75a912f87075fe5793104d32a30 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 27 Aug 2019 11:52:01 +0200 Subject: [PATCH] msp430f5229lp-cc2564b: disable BLE to fit classic examples into flash --- port/msp430f5229lp-cc2564b/btstack_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/port/msp430f5229lp-cc2564b/btstack_config.h b/port/msp430f5229lp-cc2564b/btstack_config.h index af7412d13..66a0e2562 100644 --- a/port/msp430f5229lp-cc2564b/btstack_config.h +++ b/port/msp430f5229lp-cc2564b/btstack_config.h @@ -9,14 +9,14 @@ #define HAVE_EMBEDDED_TICK // BTstack features that can be enabled -#define ENABLE_BLE #define ENABLE_CLASSIC -#define ENABLE_LE_PERIPHERAL +// #define ENABLE_BLE +// #define ENABLE_LE_PERIPHERAL // #define ENABLE_LE_CENTRAL // #define ENABLE_LOG_ERROR // #define ENABLE_LOG_INFO // #define ENABLE_EHCILL -#define ENABLE_SCO_OVER_HCI +// #define ENABLE_SCO_OVER_HCI // BTstack configuration. buffers, sizes, ... #define HCI_ACL_PAYLOAD_SIZE 52