但key_on已定义
#include"vartypes.h"
#ifndef _KEY_H
#define _KEY_H
#define KEY_ON 1
#define KEY_OFF 0
void KeyInit(void);
Int08U KeyScan(void);
#endif
#include"vartypes.h"
#ifndef _KEY_H
#define _KEY_H
#define KEY_ON 1
#define KEY_OFF 0
void KeyInit(void);
Int08U KeyScan(void);
#endif
感觉你这个文件没有include key.h