]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
Update some more standard demos for use on 64-bit architectures.
[freertos] / FreeRTOS / Demo / Common / Minimal / StaticAllocation.c
index d4e8f6d7b334823e3e6fbccc51bf987c205f57f3..0c3a2b69d85bfee8345d6afdc7740f033d1f50aa 100644 (file)
@@ -253,9 +253,6 @@ void vStartStaticallyAllocatedTasks( void  )
                                           staticTASK_PRIORITY,                                 /* Priority of the task. */\r
                                           &( uxCreatorTaskStackBuffer[ 0 ] ),  /* The buffer to use as the task's stack. */\r
                                           &xCreatorTaskTCBBuffer );                    /* The variable that will hold the task's TCB. */\r
-\r
-       /* Pseudo seed the random number generator. */\r
-       ulNextRand = ( uint32_t ) prvRand;\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r