]> git.sur5r.net Git - freertos/commitdiff
Change comments only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 27 Aug 2008 07:47:55 +0000 (07:47 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 27 Aug 2008 07:47:55 +0000 (07:47 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@464 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/Common/Minimal/flash.c

index 040c6335ddd8bf6a5aea4cab36a64a7decdffe43..843722ba41c006309c8d7e9c53cfddcd72ec52bf 100644 (file)
  * The LED flash tasks provide instant visual feedback.  They show that the scheduler \r
  * is still operational.\r
  *\r
- * The PC port uses the standard parallel port for outputs, the Flashlite 186 port \r
- * uses IO port F and the AVR port port B.\r
- *\r
  */\r
 \r
-/*\r
-Changes from V2.0.0\r
-\r
-       + Delay periods are now specified using variables and constants of\r
-         portTickType rather than unsigned portLONG.\r
-\r
-Changes from V2.5.5\r
-\r
-       + Calls to vTaskDelay() have been replaced with vTaskDelayUntil().\r
-\r
-*/\r
 \r
 #include <stdlib.h>\r
 \r