野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 14530|回复: 3

求助 编译出错

[复制链接]
发表于 2015-12-13 21:03:33 | 显示全部楼层 |阅读模式
本帖最后由 倚大侠 于 2015-12-13 21:07 编辑

..\..\User\bsp_key.c(11): error:  #167: argument of type "GPIO_InitTypeDef *" is incompatible with parameter of type "uint16_t"



..\..\User\bsp_key.c(50): warning:  #940-D: missing return statement at end of non-void function "Key_Scan"

怎么回事?

回复

使用道具 举报

 楼主| 发表于 2015-12-13 21:50:56 | 显示全部楼层
大神 啊在哪里啊
回复 支持 反对

使用道具 举报

发表于 2015-12-14 08:42:23 | 显示全部楼层
请检查一下bsp_key.c文件的第(11)行,看看参数类型是否形参实参匹配??"GPIO_InitTypeDef *" is incompatible with parameter of type "uint16_t"

第二个错误,是你的函数后面没有返回值。加上return 返回值。
回复 支持 反对

使用道具 举报

发表于 2015-12-14 08:45:08 | 显示全部楼层
在MDK中双击:..\..\User\bsp_key.c(11): error:  #167: argument of type "GPIO_InitTypeDef *" is incompatible with parameter of type "uint16_t"
自动跳到错误事发地点,应该是函数形参赋值不对吧,最好上程序看看
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2025-1-11 07:54 , Processed in 0.027556 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表