Source File Type

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Source File Type

Jump to solution
725 Views
burgeh
Contributor IV

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?

pastedImage_1.png

Labels (1)
Tags (3)
1 Solution
640 Views
deniscollis
Contributor V

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:

YellowBang.jpg  

View solution in original post

1 Reply
641 Views
deniscollis
Contributor V

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:

YellowBang.jpg