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.

求助:Z-Stack 2530协议栈中EndDevice和Router相同函数,延时不同

相同延时函数分别加在EndDevice和Router中,EndDevice延时3us左右,Router延时12us左右

void delay_us(u32 i)

{

   u8 n;

   while(i--)

   {

     for(n=0;n<16;n++);

   }

}

现象像是系统时钟改变了,但不知道哪里改的。

谁知道这是怎么回事?

x 出现错误。请重试或与管理员联系。