From: richardbarry Date: Sun, 22 Aug 2010 11:46:36 +0000 (+0000) Subject: Corrected comment in SH2A demo project main.c. X-Git-Tag: V6.1.0~78 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b0a70811214547406a2e0679914a3c13175537e;p=freertos 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 --- 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