
C51编译 error C279: error 231;error 237 怎么修改
compilingcom.c...com.c(14):errorC279:'table':multipleinitializationcom.c(14):errorC23...
compiling com.c...
com.c(14): error C279: 'table': multiple initialization
com.c(14): error C231: 'table': redefinition
com.c(15): error C231: 'table': redefinition
com.c(73): error C237: 'main': function already has a body
com.c(141): error C237: '_delay': function already has a body
com.c - 5 Error(s), 0 Warning(s). 展开
com.c(14): error C279: 'table': multiple initialization
com.c(14): error C231: 'table': redefinition
com.c(15): error C231: 'table': redefinition
com.c(73): error C237: 'main': function already has a body
com.c(141): error C237: '_delay': function already has a body
com.c - 5 Error(s), 0 Warning(s). 展开
展开全部
table这里重复定义了,你看看其他C文件或其他地方是不是也定义了table。如果是的话可以删除掉或者前面加上extern
追问
您能帮我改一下吗?我把代码发给你。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询