From f7ae529c9d9a8d0265be45cbc2dee6aabb75760f Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 9 Nov 2017 15:21:53 +0100 Subject: [PATCH] esp32: add HAVE_FREERTOS_TASK_NOTIFICATIONS to fix compile --- port/esp32/components/btstack/include/btstack_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/port/esp32/components/btstack/include/btstack_config.h b/port/esp32/components/btstack/include/btstack_config.h index c546c1fac..7926bae23 100644 --- a/port/esp32/components/btstack/include/btstack_config.h +++ b/port/esp32/components/btstack/include/btstack_config.h @@ -9,6 +9,7 @@ #define HAVE_EMBEDDED_TIME_MS #define HAVE_MALLOC #define HAVE_BTSTACK_STDIN +#define HAVE_FREERTOS_TASK_NOTIFICATIONS // BTstack features that can be enabled #define ENABLE_BLE @@ -38,4 +39,4 @@ // Link Key DB and LE Device DB using TLV on top of Flash Sector interface #define NVM_NUM_LINK_KEYS 16 -#define NVM_NUM_DEVICE_DB_ENTRIES 16 \ No newline at end of file +#define NVM_NUM_DEVICE_DB_ENTRIES 16