Added the ble folder to the include paths

This commit is contained in:
anschrammh 2023-03-26 23:03:08 +02:00
parent a20b35b600
commit e194de3eee

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