error C267: 'IIC_WriteByte': requires ANSI-style prototype用keil编译时出这个错
error C267: 'IIC_WriteByte': requires ANSI-style prototype用keil编译时出这个错
日期:2012-12-25 22:41:15 人气:1
因为你在使用之前没有定义IIC_WriteByte这个函数或者没有申明函数原型啊,所以在你调用它的时候编译器就报错了。
error C267: 'IIC_WriteByte': requires ANSI-style prototype用keil编译时出这个错