局部代码如下:
void PieVectTableInit (void)
void main(void)
{
PieVectTableInit;
}
编译时出现warning:expression has no effect
求助TI人,谢谢。
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.
局部代码如下:
void PieVectTableInit (void)
void main(void)
{
PieVectTableInit;
}
编译时出现warning:expression has no effect
求助TI人,谢谢。