]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c
Add interrupt nesting test code into RX64M demo.
[freertos] / FreeRTOS / Demo / RX600_RX64M_RSK_Renesas_e2studio / Source / main_full.c
index 8eb620c75a1323119a8fda8a074c2da02c9676d9..3c06ef69cd6e638ef58d978526e29a4ef9ab0de5 100644 (file)
@@ -299,9 +299,9 @@ unsigned long ulErrorFound = pdFALSE;
 \r
                /* Check all the demo tasks (other than the flash tasks) to ensure\r
                that they are all still running, and that none have detected an error. */\r
-//             if( xAreIntQueueTasksStillRunning() != pdTRUE )\r
+               if( xAreIntQueueTasksStillRunning() != pdTRUE )\r
                {\r
-//                     ulErrorFound = pdTRUE;\r
+                       ulErrorFound = pdTRUE;\r
                }\r
 \r
                if( xAreMathsTaskStillRunning() != pdTRUE )\r