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

First attempt at nrf52 development

I am experiencing the following compiler error:

In file included from ../../../integration/nrfx/legacy/nrf_drv_uart.c:41:0:
../../../integration/nrfx/legacy/nrf_drv_uart.h:122:13: error: unknown type name 'nrf_uarte_baudrate_t'
typedef nrf_uarte_baudrate_t nrf_uart_baudrate_t;

Related