heying1991 发表于 2012-10-9 09:47:37

求教:startup_ewarm.c文件问题

//这是一个IAR工程 温度测量的 启动文件。下面两个函数都是在里面进行定义来注册中断,但是下面那个ADC函数并未加上extern关键字,请问为什么?
// External declarations for the interrupt handlers used by the application.
//
//*****************************************************************************
extern void SysTick_ISR(void);//在adc中有定义
void ADC_Sequence_3_ISR(void);   //在adc中有定义。没有加extern关键字
页: [1]
查看完整版本: 求教:startup_ewarm.c文件问题