diff --git a/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/task.c b/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/task.c index 40e5f4a9d..9bc75ad81 100644 --- a/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/task.c +++ b/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/task.c @@ -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. */