X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FRX600_RX64M_RSK_Renesas_e2studio%2FSource%2Fmain_full.c;h=3c06ef69cd6e638ef58d978526e29a4ef9ab0de5;hb=cdb119e80733161ad90de8f6eeb9ef9a3b3e8b32;hp=8eb620c75a1323119a8fda8a074c2da02c9676d9;hpb=75b7d74fad4a81e4196530e85c5723d5bc4fe208;p=freertos diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c index 8eb620c75..3c06ef69c 100644 --- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c +++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c @@ -299,9 +299,9 @@ 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. */ -// if( xAreIntQueueTasksStillRunning() != pdTRUE ) + if( xAreIntQueueTasksStillRunning() != pdTRUE ) { -// ulErrorFound = pdTRUE; + ulErrorFound = pdTRUE; } if( xAreMathsTaskStillRunning() != pdTRUE )