学前班
最后登录1970-1-1
在线时间 小时
注册时间2017-8-9
|
楼主 |
发表于 2017-8-14 09:11:37
|
显示全部楼层
非常感谢,附件是工程,以下是报错信息
USER\main.c(28): error: #18: expected a ")"
PIOF->PUPDR &= ~(0x03<<2*6);
USER\main.c(30): error: #18: expected a ")"
PIOF->PUPDR |= (1<<2*6);
USER\main.c(33): error: #18: expected a ")"
PIOF->BSRRH |= (1<<16<<6);
USER\main.c: 0 warnings, 10 errors
".\Objects\LED-REG.axf" - 10 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01
|
|