From e981dfc496ef3e1357c2021d8404a661f7f98afe Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sun, 17 Jul 2016 22:38:24 +0200 Subject: [PATCH] drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore --- port/ez430-rf2560/btstack_config.h | 1 - port/msp-exp430f5438-cc2564b/btstack_config.h | 1 - port/msp430f5229lp-cc2564b/btstack_config.h | 1 - port/stm32-f103rb-nucleo/btstack_config.h | 1 - test/btstack_config.h | 1 - test/btstack_link_key_db/btstack_config.h | 1 - 6 files changed, 6 deletions(-) diff --git a/port/ez430-rf2560/btstack_config.h b/port/ez430-rf2560/btstack_config.h index 7db358a8d..a45fca371 100644 --- a/port/ez430-rf2560/btstack_config.h +++ b/port/ez430-rf2560/btstack_config.h @@ -6,7 +6,6 @@ #define __BTSTACK_CONFIG // Port related features -#define HAVE_INIT_SCRIPT #define HAVE_EMBEDDED_TICK // BTstack features that can be enabled diff --git a/port/msp-exp430f5438-cc2564b/btstack_config.h b/port/msp-exp430f5438-cc2564b/btstack_config.h index 1bd975fd7..c7383fe10 100644 --- a/port/msp-exp430f5438-cc2564b/btstack_config.h +++ b/port/msp-exp430f5438-cc2564b/btstack_config.h @@ -6,7 +6,6 @@ #define __BTSTACK_CONFIG // Port related features -#define HAVE_INIT_SCRIPT #define HAVE_EMBEDDED_TICK // BTstack features that can be enabled diff --git a/port/msp430f5229lp-cc2564b/btstack_config.h b/port/msp430f5229lp-cc2564b/btstack_config.h index 96ca2563a..f8bd5b38d 100644 --- a/port/msp430f5229lp-cc2564b/btstack_config.h +++ b/port/msp430f5229lp-cc2564b/btstack_config.h @@ -6,7 +6,6 @@ #define __BTSTACK_CONFIG // Port related features -#define HAVE_INIT_SCRIPT #define HAVE_EMBEDDED_TICK // BTstack features that can be enabled diff --git a/port/stm32-f103rb-nucleo/btstack_config.h b/port/stm32-f103rb-nucleo/btstack_config.h index a3fb65477..42861f2cf 100644 --- a/port/stm32-f103rb-nucleo/btstack_config.h +++ b/port/stm32-f103rb-nucleo/btstack_config.h @@ -6,7 +6,6 @@ #define __BTSTACK_CONFIG // Port related features -#define HAVE_INIT_SCRIPT #define HAVE_EMBEDDED_TICK // BTstack features that can be enabled diff --git a/test/btstack_config.h b/test/btstack_config.h index 195caef28..47a5deb40 100644 --- a/test/btstack_config.h +++ b/test/btstack_config.h @@ -6,7 +6,6 @@ #define __BTSTACK_CONFIG // Port related features -#define HAVE_INIT_SCRIPT #define HAVE_POSIX_TIME #define HAVE_MALLOC diff --git a/test/btstack_link_key_db/btstack_config.h b/test/btstack_link_key_db/btstack_config.h index 6ff70b29b..64b271fd7 100644 --- a/test/btstack_link_key_db/btstack_config.h +++ b/test/btstack_link_key_db/btstack_config.h @@ -6,7 +6,6 @@ #define __BTSTACK_CONFIG // Port related features -#define HAVE_INIT_SCRIPT #define HAVE_POSIX_TIME // BTstack features that can be enabled