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.
Hi everyone!
clockParams.period = 4;/* every 4 Clock ticks */
我将任务的周期时设置为每4个clock tick运行一次,但实际测试发现任务是5ms运行一次,因此我反推一个clock tick周期为1.25ms,我想请问如何修clock tick的周期,使其一个clock tick周期为1ms或更低。
期待各位的解答。