]> git.sur5r.net Git - freertos/commitdiff
Correct comments.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 15 Feb 2008 20:10:30 +0000 (20:10 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 15 Feb 2008 20:10:30 +0000 (20:10 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@194 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c

index ac48ae00a63cb3a57facc91d02e3f08828e89550..7592d5674af0e7415b3b1b0100f3b82e3e0fe547 100644 (file)
  * check task toggles the onboard LED.  Should any task contain an error at any time \r
  * the LED toggle rate will change from 3 seconds to 500ms.\r
  *\r
- * The "Register Check" tasks.  These tasks fill the CPU registers with known\r
- * values, then check that each register still contains the expected value 0 the\r
- * discovery of an unexpected value being indicative of an error in the RTOS\r
- * context switch mechanism.  The register check tasks operate at low priority\r
- * so are switched in and out frequently.\r
- *\r
  * The "Trace Utility" task.  This can be used to obtain trace and debug \r
- * information via UART5.\r
+ * information via UART1.\r
  */\r
 \r
 \r