hi,
i want to add uart function to my application. so i added necessary .c files to my project. if i compile the program i am getting these errors.
when i change the values sdk.config.h file
#ifndef APP_UART_ENABLED
#define APP_UART_ENABLED 1
#endif
#ifndef APP_FIFO_ENABLED
#define APP_FIFO_ENABLED 1
#endif
i am getting the error cant open app_fifo.h file.
do i want to make any other changes.