interrupt void Cla1Task1(void)
{
int i;
for (i=0; i<10; i++)
{
......
}
}
可以用临时变量么?
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.
interrupt void Cla1Task1(void)
{
int i;
for (i=0; i<10; i++)
{
......
}
}
可以用临时变量么?