IAR调试Error(一)
1、Error[Pe109]: expression preceding parentheses of apparent call must have (pointer-to-) function type 表达式前面的括号必须是(指针-to-)函数类型宏定义:LED_ACT_ON();----->去掉括号LED_ACT_ON;2、有关延时函数程序卡死在 B SysTick_Handler在中断函数中添加void SysTick_Handler(void){ HAL_I