mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Remove the pauase in the idle task. Increases load but also stability.
This commit is contained in:
parent
e97c1bc016
commit
2391385788
@ -1831,7 +1831,7 @@ static portTASK_FUNCTION( prvIdleTask, pvParameters )
|
||||
}
|
||||
#endif
|
||||
#ifndef __CYGWIN__
|
||||
usleep(10);
|
||||
//usleep(10);
|
||||
#endif
|
||||
}
|
||||
} /*lint !e715 pvParameters is not accessed but all task functions require the same prototype. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user