Other Parts Discussed in Thread: TM4C1233H6PGE, SEGGER, CCSTUDIO, TM4C123GH6PGE, TM4C1231H6PGE
I have been running into an issue that once I merge my code into a git repo then try to create a new branch all of the sudden the Enums are no longer recognized by ccs. The Enums are defined in a text file and are brought into the program via a #include statement. The thing that is strange is that it seems that ccs knows about the enums and the file that they are defined in, but it cant seem to link any use of the enums back to the definition. It had been working fine for days, but once we merged back into the repo I started getting the issue and the only way I could find to resolve it was to delete my metadata. I am guessing that there might be config file that I am not tracking and I was wondering if you might have an idea of where to look?



