I am having an issue including the adc drivers. I have added the path to both the nrf_drv_adc.h file and the nrf_adc.h file to the include path. I have also added both of these .c files to the nRF_Drivers folder in the project structure.
The compiler is telling me that there is an unknown type name for several of the variable types that are defined in the nrf_adc.h file. I can open the nrf_adc.h file and see these so I cannot figure out why it won't compile.
I am using sdk 11 for this project.
Thanks, Cole