Change Compiler Mode Question.
Posted on March 22, 2016 at 12:11I'm using System Works IDE, and when I compile my stm32 program I get an error. error: 'for' loop initial declarations are only allowed in C99 or C11 mode. I know what the complaint is about but how do I set up C11co...