dev environment segger embedded studio with nrf5 sdk
I have separated my project source and the paths of nfr5 sdk the project have different folders for different drivers
I was unable to include
"app_uart.h" file using
#inclide<app_uart.h>
line in my project so i used following path to add it
#include "../../nRF5_SDK_17.1.0_ddde560/components/libraries/uart/app_uart.h"
I need help to set the paths as above relative is not allowed.