请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TM4C1231H6PGE 工具/软件:Code Composer Studio
您好!
我已经尝试在 CCS 中编译此代码、并收到一条错误消息:
for (int index = 0;index < 128;index ++){}
据我所知、C99支持在内部为循环声明贵重物品-因此我想我的编译器配置为早期的 C 语言..
如何以及在何处更改此设置?
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.
工具/软件:Code Composer Studio
您好!
我已经尝试在 CCS 中编译此代码、并收到一条错误消息:
for (int index = 0;index < 128;index ++){}
据我所知、C99支持在内部为循环声明贵重物品-因此我想我的编译器配置为早期的 C 语言..
如何以及在何处更改此设置?