Error[000] : function _CH372_WR_CMD_PORT appears in multiple call graphs: rooted at _ISR_SERVE and _main
Error[000] : 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);
}
这是主函数