I'm trying to print received data on my com port but when I set the "NRF_LOG_ENABLED" as 1 the error below shows up.
What does it mean?? How would I know what files to include. I then though I could use "printf()" command to do the same but it shows similar error. I included all the files which support uart into it. I'll mention below just to be sure:
In nRF_Drivers:
app_uart_fifo.c
nrf_drv_uart.c
in Libraries:
app_fifo.c
I included the path of those drivers and libraries too.