1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Remove the pauase in the idle task. Increases load but also stability.

This commit is contained in:
James Cotton 2012-03-11 19:32:41 -05:00
parent e97c1bc016
commit 2391385788

View File

@ -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. */