keil写51单片机程序,编译报错: undefined identifier
这是怎么回事?
收起
其他c文件里定义的参数是局部参数,需要在.h的头文件里声明才能在其他c文件里使用!
报告相同问题?