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.
As the above window shows that MK60F12.h file not found error. Currently I am working this project in keil 5 , as it was build on keil4 previously. In keil 4 its doesn't show the error of MK60F12.h file not found, but shows when migrated to keil 5. Any reason for this error? Note: I am working on MK10FN1M0xxx12 board , so should I compulsorily add the MK60F12.h file. If that file should be added , where can I find or download that file(will it available in .c format or .h format)?
2nd error :
any suggestions regarding the 2 nd error.
Thank You
Hello,
# is not valid for comment in C
C only allow // for inline comments or /* my comment */
# is for python