Source File Type

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Source File Type

跳至解决方案
859 次查看
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

标签 (1)
标记 (3)
1 解答
774 次查看
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  

在原帖中查看解决方案

1 回复
775 次查看
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