stm32调试出现提醒: function '***' is invalid in C99
(2016-11-22 20:24:20)
标签:
stm32 |
分类: STM32 |
32开发板写玩程序调试出现警告提醒:keil Implicit declaration of function
'TIM4_Cap_Init' is invalid in C99
经查找资料,得到解决路径如下:
1、options for target >
c/c++ >
include Paths
添加程序所涉及的头文件
2、#include "timer.h"
主程序中包含相应的头文件