keil 编译提示 requires ANSI-style prototype怎么弄?
keil 编译提示 requires ANSI-style prototype怎么弄?
日期:2017-09-22 11:20:11 人气:1
writecmd()这个函数在编译时无法获取其原型。
要么把writecmd()函数体放在调用它的函数前面,要么在前面添加writecmd()函数的原型声明。
keil 编译提示 requires ANSI-style prototype怎么弄?