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