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

NRF52 UART Examples won't compile

I can't seem to get any of the UART examples for the NRF52 to compile on Eclipse. Eclipse is complaining that there are two definitions for uint8_t, one in _stdint.h and another in nrf_uart.h. However doesn't make sense as nrf_uart.h doesn't define uint8_t. I know this is probably yet another oddity of working with Eclipse. Anyone seen or solved this issue?

Related