Added the ble folder to the include path

This commit is contained in:
anschrammh 2023-03-14 19:27:53 +01:00
parent bf6433983b
commit 0ccd981c11

View File

@ -44,6 +44,7 @@ INCLUDES += -I $(TOP_DIR)/src/os/rtos/include
INCLUDES += -I $(TOP_DIR)/src/app/factorycmd
INCLUDES += -I $(TOP_DIR)/app_include
INCLUDES += -I $(TOP_DIR)/app/app_lib
INCLUDES += -I $(TOP_DIR)/app/ble
INCLUDES += -I $(TOP_DIR)/app/third_party/nano-shell-master
INCLUDES += -I $(TOP_DIR)/app/third_party/driver/NRF24L01P
INCLUDES += -I $(TOP_DIR)/src/app/bleapp