mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 22:03:49 -04:00
MicroBlaze demo nearly working - death tasks not yet integrated - still a work in progress.
This commit is contained in:
parent
57653ee0ea
commit
cdac2c4f82
9 changed files with 48 additions and 19 deletions
|
@ -311,6 +311,8 @@ portBASE_TYPE xListWasEmpty;
|
|||
/* Just to avoid compiler warnings. */
|
||||
( void ) pvParameters;
|
||||
|
||||
vTaskDelay( 2 );
|
||||
|
||||
for( ;; )
|
||||
{
|
||||
/* Query the timers list to see if it contains any timers, and if so,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue