picc编译出错
Error : function _CH372_WR_CMD_PORT appears in multiple call graphs: rooted at _ISR_SERVE and _mainError : function _CH372_RD_DAT_PORT appears in multiple call graphs: rooted at _ISR_SERVE and _main
其中CH372_WR_CMD_PORT和 CH372_RD_DAT_PORT是两个子函数,在isr_serve中被调用
void main()
{
CH372_Init();
Pic_Init();
while(1);
}
这是主函数 在主程序使用的函数不能在中断程序中使用
页:
[1]