esp32: fix compile of classic part

This commit is contained in:
Matthias Ringwald 2017-03-07 17:09:36 +01:00
parent 2d1ab7bf32
commit 90b574741c

View File

@ -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 := \