This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C1231H6PGE: Enabling C99 in CCS

Part Number: TM4C1231H6PGE

Tool/software: Code Composer Studio

Hello,

I've tried to compile this in CCS and got an error message:

for ( int index = 0 ; index < 128 ; index ++ )  { }

As far as I know C99 supports declaring valuables inside for loop - so I guess my compiler is configured to an earlier dialect of C...

How and where can I change this setting ?