Hello Nordic Team!
I'm working with the ble_app_hrs_c and a UART code I developed following the peripheral/uart example.
On the peripheral/uart example we have the following includes:
#include "app_uart.h"
#include "app_error.h"
#include "nrf_delay.h"
#include "nrf.h"
#include "bsp.h"
When I "copy/paste" these includes on the ble_app_hrs_c and build it, it says "app_uart.h no such file or directory".
I know this is due to ble_app_hrs_c not using these files, but since I used the peripheral/uart example as base code, I don't know how to add them ;)
I really appreciate all your help and thanks in advance!