From: richardbarry Date: Wed, 27 Aug 2008 07:47:55 +0000 (+0000) Subject: Change comments only. X-Git-Tag: V5.1.2~232 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c63cbda6da1bb120b3cfe53e9c727adc6ead5f0a;p=freertos Change comments only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@464 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c index 040c6335d..843722ba4 100644 --- a/Demo/Common/Minimal/flash.c +++ b/Demo/Common/Minimal/flash.c @@ -58,22 +58,8 @@ * The LED flash tasks provide instant visual feedback. They show that the scheduler * is still operational. * - * The PC port uses the standard parallel port for outputs, the Flashlite 186 port - * uses IO port F and the AVR port port B. - * */ -/* -Changes from V2.0.0 - - + Delay periods are now specified using variables and constants of - portTickType rather than unsigned portLONG. - -Changes from V2.5.5 - - + Calls to vTaskDelay() have been replaced with vTaskDelayUntil(). - -*/ #include