From 90b574741c80cb56a1f8cf1bfa130c845f644039 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 7 Mar 2017 17:09:36 +0100 Subject: [PATCH] esp32: fix compile of classic part --- port/esp32/main/component.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port/esp32/main/component.mk b/port/esp32/main/component.mk index bce3cea39..23534f3e5 100644 --- a/port/esp32/main/component.mk +++ b/port/esp32/main/component.mk @@ -14,6 +14,8 @@ COMPONENT_ADD_INCLUDEDIRS := \ $(BTSTACK_ROOT)/src/classic \ $(BTSTACK_ROOT)/src \ $(BTSTACK_ROOT)/platform/freertos \ + ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/include \ + ${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/include \ . \ COMPONENT_SRCDIRS := \