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

peripheral legacy layer config overriding the new peripheral config

when I have the line

#define SAADC_ENABLED 0
in my sdk_config.h, it overrides the
#define NRFX_SAADC_ENABLED 1
and I end up with undefined reference errors.

right now I had to comment out the

#define SAADC_ENABLED 0
line to be able to compile the code.

what's the right way to do this

I'm using GCC 6.3.1

Thanks

Related