Greetings!
I am using KDS v3.2 with processor expert on a MK22FN256 on a custom board. I am wondering what this symbol next to some of my source files means. It's the small question mark. I noticed that when I push this to my git repo these files aren't included so it seems to be something with that. Everything compiles and runs fine. Most of the other files have the small orange rectangle and upload fine.
Thoughts?
Solved! Go to Solution.
The blue question mark indicates an new file. It should disappear once you add it to the index (stage it), and commit. The yellow exclamation point indicates a compiler warning. Open the file in the editor, then hover over the offending statements to display the warning, like so:
The blue question mark indicates an new file. It should disappear once you add it to the index (stage it), and commit. The yellow exclamation point indicates a compiler warning. Open the file in the editor, then hover over the offending statements to display the warning, like so: