mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove obsolete comment.
This commit is contained in:
parent
7d0f249fad
commit
e6e5add7d8
|
@ -314,9 +314,6 @@ unsigned portSHORT usAddress;
|
||||||
|
|
||||||
portBASE_TYPE xPortStartScheduler( void )
|
portBASE_TYPE xPortStartScheduler( void )
|
||||||
{
|
{
|
||||||
/* In this port we ignore the parameter and use the configUSE_PREEMPTION
|
|
||||||
definition instead. */
|
|
||||||
|
|
||||||
/* Setup the hardware to generate the tick. */
|
/* Setup the hardware to generate the tick. */
|
||||||
prvSetupTimerInterrupt();
|
prvSetupTimerInterrupt();
|
||||||
|
|
||||||
|
|
|
@ -487,9 +487,6 @@ unsigned portCHAR ucBlock;
|
||||||
|
|
||||||
portBASE_TYPE xPortStartScheduler( void )
|
portBASE_TYPE xPortStartScheduler( void )
|
||||||
{
|
{
|
||||||
/* In this port we ignore the parameter and use the configUSE_PREEMPTION
|
|
||||||
definition instead. */
|
|
||||||
|
|
||||||
/* Setup a timer for the tick ISR is using the preemptive scheduler. */
|
/* Setup a timer for the tick ISR is using the preemptive scheduler. */
|
||||||
prvSetupTimerInterrupt();
|
prvSetupTimerInterrupt();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue