From 7b0a70811214547406a2e0679914a3c13175537e Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 22 Aug 2010 11:46:36 +0000 Subject: [PATCH] Corrected comment in SH2A demo project main.c. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1057 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c index 0f44b4e11..95c83ec40 100644 --- a/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c +++ b/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c @@ -85,7 +85,7 @@ * to ensure it gets processor time. Its main function is to check that all the * standard demo tasks are still operational. While no errors have been * discovered the check task will toggle an LED every 5 seconds - the toggle - * rate increasing to 500ms being a visual indication that at least one task has + * rate increasing to 200ms being a visual indication that at least one task has * reported unexpected behaviour. * * *NOTE 1* If LED5 is toggling every 5 seconds then all the demo application -- 2.39.5