This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

where is the "uart_legacy.h" ?

In nrf51_sdk_v4_4_1_31827\nrf51822\Source\console\console.c,

#include "uart_legacy.h"

But there is no "uart_legacy.h" file in the SDK. I have to modify to "app_uart.h" and change the uart interface functions by myself...
EVERY TIME :( !!!

Related