Mc60-modules-SDK

Hi All.
I Am New In C And …
I Am Currently Using The MC60E_OpenCPU_GS3_SDK_V1.7_Eclipse .
And I Found Some file.c in sdk\custom\config Or sdk\custom\fota\src Or sdk\ril\src directories.
i would like to know can i edit these type of files???
And the second question is,Do I need to includes these files to main.c or automatically included ??

thanks for your text.

Don’t do any changes to those files. Those files normally .h files.

if you want any functionality then, add respective header files in your project i.e in main.c file, which is created in the custom folder.

1 Like

thanks for your text.