标签:
ccs6.0使用问题记录
彭会锋
1 编译过程中提示warning " Description Resource Path Location Type #9-D nested comment is not allowed DspConfig.h"

原因:/* */之间不允许循环嵌套注释
解决方案:将/*换成 // 即可

2 自动格式化代码配置(主体格式是c代码的风格,主要需要调整括号和缩进两项即可!)




标签:
原文地址:http://www.cnblogs.com/qiufenghui/p/5734736.html