I am a newbie to CW10.2 and the development tools.
I am trying to port regular C code to a member of the Kinetis K50 family.
I get an error:
illegal implicit conversion from " struct MY_CMD** to struct MY_CMD* " My reading on the web tells me the Structure is legal in C but not C++.
Is there a way to disable the C++ feature support in the compiler and have it be just C?