nopnop2002 commented on issue #11490: URL: https://github.com/apache/nuttx/issues/11490#issuecomment-1879372425
@acassis I changed the CONFIG_RR_INTERVAL value to 0 and built again. But nothing changes. ``` nsh> task_test test2 task_create name:myTask1 priority:100 task_create name:myTask2 priority:100 myTask1 start PID:13 loop:50000000 wait:0 system_timer:24186 myTask2 start PID:14 loop:50000000 wait:0 system_timer:24186 nsh> myTask1 end PID:13 system_timer:24454 myTask2 end PID:14 system_timer:24722 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
