Tool/software:
Hello,
I wish to change the entry main function from this:
void main(void){ return 0; }
to this:
void application_main(void){ return 0; }
However, if CCS does not find a function with the specific name "main", it returns errors.
What settings do I need to set to perform this change?
Thanks.