This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于m4编译后出现too few argument in function call的问题

在编译案例教程的时候出现了条与使能相关的错误,全都是出现在TestConfig.c文件中,


IntEnable(INT_GPIOC);
IntEnable(INT_GPIOD);//对管脚的使能定义

ROM_IntEnable (INT_WTIMER0A);

IntEnable(INT_TIMER3A);

ROM_IntEnable (INT_TIMER1A | INT_TIMER1B);

IntEnable(INT_TIMER3A);

ROM_IntEnable (INT_TIMER2A);

就是这几条,不知道在哪里出错,

截图为工程中所包含的文件,

我是新手,请各位帮忙谢谢。