Hi everyone! I'll keep it as short as possible...
I am getting these errors:
Any suggestion?
Thanks a lot.
Solved! Go to Solution.
Hi Ramiro,
I guess app_ADC_init is not compiled. The .c file which has the app_ADC_init is not add into make list. You can write any wrong letter in to app_ADC_init and compile again. If the compiler does not report error, that is it.
Please delete that folder from project then add again. Please add in this way
Regards,
Jing
Hi Ramiro,
I guess app_ADC_init is not compiled. The .c file which has the app_ADC_init is not add into make list. You can write any wrong letter in to app_ADC_init and compile again. If the compiler does not report error, that is it.
Please delete that folder from project then add again. Please add in this way
Regards,
Jing
Thanks a lot! That was it!
Also confirms this works. I was copying a "video" folder from another project over, and got the same error. Creating the source folder then copying the files is the way to go.