Tool/software: Code Composer Studio
Hi.
what the meaning of yellow icon ????
Thank you.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi.
what the meaning of yellow icon ????
Thank you.
sms sms said:1-What the meaning * in following picture.
The asterisk can refer to some kind of identifier/keyword
sms sms said:2-Why in first picture before interrupt is * .But in second picture before interrupt is "type".
__interrupt is a recognized compiler-specific identifier.
http://downloads.ti.com/docs/esd/SPRUI04/the---interrupt-keyword-stdz0559860.html
For more information on what the various icons mean, see:
https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_icons.htm
I would not focus too much on the icons. They can be a bit misleading.
ki