We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Below is the error message: source_codes\periphmain.c(25): warning C318: can't open file 'global.h'
Why this error happening? How to solve this error?
"Why this error happening?"
The compiler can't find global.h in its search paths or does not have permission to open it.
"How to solve this error?"
Resolve one or both of the issues above.