标题: 求助keil4一直报错Undefined symbol [打印本页] 作者: SylvieXsw 时间: 2021-4-11 18:19 标题: 求助keil4一直报错Undefined symbol 我加了按键相关的key.c和key.h,在key.h中用到#define KB1 (GPIO_ReadInputDataBit(GPIOA,GPIO_Pin_0)).在编译中报错Undefined symbol GPIO_ReadInputDateBit (referred from key.o).