From 0a8889d62b78ae96b62e5b65096c7692b0f7063a Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 27 Aug 2008 07:47:55 +0000 Subject: [PATCH] Change comments only. --- 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