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.
That does not change anything for me (compiles fine with armgcc with both flags). Also those flags are not present in SDK 10 example makefile.
That does not change anything for me (compiles fine with armgcc with both flags). Also those flags are not present in SDK 10 example makefile.