esp32: add HAVE_FREERTOS_TASK_NOTIFICATIONS to fix compile

This commit is contained in:
Matthias Ringwald 2017-11-09 15:21:53 +01:00
parent 4adb0765f0
commit f7ae529c9d

View File

@ -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
#define NVM_NUM_DEVICE_DB_ENTRIES 16