2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* score/src/threadtickletimeslice.c: Spacing.
This commit is contained in:
Joel Sherrill
2011-06-15 16:36:25 +00:00
parent 4775b1a26f
commit fa0e5055f5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadtickletimeslice.c: Spacing.
2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1812/filesystem

View File

@@ -90,7 +90,7 @@ void _Thread_Tickle_timeslice( void )
* currently executing thread is placed at the rear of the
* FIFO for this priority and a new heir is selected.
*/
_Scheduler_Yield( );
_Scheduler_Yield();
executing->cpu_time_budget = _Thread_Ticks_per_timeslice;
}
break;