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.
请问下这个问题怎么解决
尝试导入其他例程编译是否可以通过?
该问题论坛中有讨论,看这边帖子:http://www.deyisupport.com/question_answer/microcontrollers/msp430/f/55/t/15954.aspx
语法使用问题
常见于传递函数问题造成的 如char和unsigned char等的差异
强制转换一下
(unsigned)(c+1) <= 256 这句话有语法问题 <=这个应该是关系运算符
参考这个帖子试试看:http://www.deyisupport.com/question_answer/microcontrollers/msp430/f/55/p/53898/124241.aspx
原因找到了,是因为我打开的工程是在中文目录下导致的