when I have the line
#define SAADC_ENABLED 0in my sdk_config.h, it overrides the
#define NRFX_SAADC_ENABLED 1and I end up with undefined reference errors.
right now I had to comment out the
#define SAADC_ENABLED 0line to be able to compile the code.
what's the right way to do this
I'm using GCC 6.3.1
Thanks