关于解决keil编程调试过程中的警告warning: #1295-D: Deprecated declaration KEY_Init - give arg types

..\Inc\led.h(6): warning:  #1295-D: Deprecated declaration KEY_Init - give arg types      以 KEY_Init()举例;这个函数在声明时未在小括号中加入  void   空白名, 只要加上一个void,即 KEY_Init(void)就可以消除此警告。   

posted @ 2024-10-14 00:13  iZJ"Qq4577105  阅读(24)  评论(0编辑  收藏  举报