在stm32f10x.h文件中,添加以下两个库函数
#include "stm32f10x_exti.h" //中断
#include "misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
在stm32f10x.h文件中,添加以下两个库函数
#include "stm32f10x_exti.h" //中断
#include "misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */