From 2816b5cfbce47c2134ddec88ac6c67be498e0a92 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 15 Feb 2008 20:10:30 +0000 Subject: [PATCH] Correct comments. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@194 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../FreeRTOS_96348hs_SK16FX100PMC/Src/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c index ac48ae00a..7592d5674 100644 --- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c +++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c @@ -58,14 +58,8 @@ * check task toggles the onboard LED. Should any task contain an error at any time * the LED toggle rate will change from 3 seconds to 500ms. * - * The "Register Check" tasks. These tasks fill the CPU registers with known - * values, then check that each register still contains the expected value 0 the - * discovery of an unexpected value being indicative of an error in the RTOS - * context switch mechanism. The register check tasks operate at low priority - * so are switched in and out frequently. - * * The "Trace Utility" task. This can be used to obtain trace and debug - * information via UART5. + * information via UART1. */ -- 2.39.5