From c63cbda6da1bb120b3cfe53e9c727adc6ead5f0a Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 27 Aug 2008 07:47:55 +0000 Subject: [PATCH] Change comments only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@464 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/Common/Minimal/flash.c | 14 -------------- 1 file changed, 14 deletions(-) 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 -- 2.39.2