mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-13 14:48:33 -04:00
Update task pool so tasks and timer are allocated statically.
This commit is contained in:
parent
1840d38abf
commit
7af8756c97
17 changed files with 102 additions and 1465 deletions
|
@ -169,7 +169,7 @@ uint32_t ulLoops = 0;
|
|||
ulLoops++;
|
||||
if( ( ulLoops % 10UL ) == 0 )
|
||||
{
|
||||
printf( "prvTaskPoolDemoTask() performed %u iterations without hitting an assert.\r\n", ulLoops );
|
||||
configPRINTF( ( "prvTaskPoolDemoTask() performed %u iterations without hitting an assert.\r\n", ulLoops ) );
|
||||
fflush( stdout );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue