關于解決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)就可以消除此警告。
作者QQ4577105

浙公網安備 33010602011771號