spin pc less
This commit is contained in:
parent
880d54a4f0
commit
0b9f0af3c7
@ -190,7 +190,7 @@ void main_loop_delay()
|
|||||||
{
|
{
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
ts.tv_sec = 0;
|
ts.tv_sec = 0;
|
||||||
ts.tv_nsec = 1000*1000*25;
|
ts.tv_nsec = 1000*1000*100;
|
||||||
nanosleep(&ts,NULL);
|
nanosleep(&ts,NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user