I noticed the following compile time issue in the SDK - both 10 and 11:
The file ./examples/ble_central/ble_app_hrs_c/main.c
needs:
#include "app_uart.h"
For it to compile correctly.
I noticed the following compile time issue in the SDK - both 10 and 11:
The file ./examples/ble_central/ble_app_hrs_c/main.c
needs:
#include "app_uart.h"
For it to compile correctly.
You're going to make me work for this!
Found my missing flag: CFLAGS += -DBSP_UART_SUPPORT
Then it compiles. I was wrong.
Thanks - I should have tried that first.
You're going to make me work for this!
Found my missing flag: CFLAGS += -DBSP_UART_SUPPORT
Then it compiles. I was wrong.
Thanks - I should have tried that first.