作者rickykidd (saber.c)
看板ASM
标题[问题] 出现一个不懂的ERROR= =
时间Tue Jul 21 12:49:58 2009
小弟再写一个晶片的功能
因为有范例所以 我拿来改
可是在编译时出现如下的讯息= =
Test_MCP2510.c:In funtion 'MCP2510_IO_CS_Init';
Test_MCP2510.c:61:error:suggest parentheses around arithmetic in operand of |
Test_MCP2510.c:62:error:suggest parentheses around arithmetic in operand of |
Test_MCP2510.c:63:error:suggest parentheses around arithmetic in operand of |
Test_MCP2510.c:64:error:suggest parentheses around arithmetic in operand of |
後来查看感觉是定义IO脚位那边的问题 可是又看不出啥问题QQ
不知道板上大大能不能帮忙看一下
程式码如下
http://nopaste.info/03fc16dbea.html
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.130.22.88
1F:推 menspower:看起来像是程式码语法错误? 07/21 13:36
2F:→ hayden0828:是OR运算子那边的错误,可能是括号的问题 07/21 13:52
3F:推 WolfLord:有些单晶片编译器无法接受连续的逻辑演算用括号分群一下 07/21 15:13
4F:推 utility:你有没有发现错误这几个的#define都被你分成二行. 07/21 18:24
5F:→ utility:如果一定要分成两行.看要不要在换行前加\ 07/21 18:25