X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_R4F_RZ_T_GCC_IAR_ARM%2Fsrc%2FFull_Demo%2Fmain_full.c;h=bc5b0cc1e19a43e02849266f00f82693ac7ec707;hb=dc5d056aa9b58786954ebac533fa21a25ede5ca9;hp=b0cc5bc811888c535181291936b0a25d414e815a;hpb=77e8de323e191875851e3f5f5bb78c8cfffb33c6;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR_ARM/src/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR_ARM/src/Full_Demo/main_full.c index b0cc5bc81..bc5b0cc1e 100644 --- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR_ARM/src/Full_Demo/main_full.c +++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR_ARM/src/Full_Demo/main_full.c @@ -248,8 +248,7 @@ void main_full( void ) /* Start all the other standard demo/test tasks. They have no particular functionality, but do demonstrate how to use the FreeRTOS API and test the kernel port. */ -#warning IntQ tasks not included. -// vStartInterruptQueueTasks(); + vStartInterruptQueueTasks(); vStartDynamicPriorityTasks(); vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY ); vCreateBlockTimeTasks(); @@ -331,8 +330,7 @@ unsigned long ulErrorFound = pdFALSE; /* Check all the demo tasks (other than the flash tasks) to ensure that they are all still running, and that none have detected an error. */ -#warning Int q tasks not created. -if( 0 )// if( xAreIntQueueTasksStillRunning() != pdTRUE ) + if( xAreIntQueueTasksStillRunning() != pdTRUE ) { ulErrorFound |= 1UL << 0UL; }