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

Why does SDK v12 not have ifndef statements on nrf_drv_adc.h?

I am attempting to use nrf_drv_adc.h in a project where I am splitting up my methods across many C files and, to my surprise, nrf_drv_adc.h does not have any include guards defined.

I think that this is a bug in the SDK? Where do I go to report it? Is this the right place?

Related