From e76af4113249441e01f03868fe65bbd65a99f635 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 30 Jun 2011 15:14:46 +0000 Subject: [PATCH] Comment the new standard demo files that were introduced for the new MicroBlaze demo project. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1479 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../RTOSDemoSource/Demo_Source/include/comtest_strings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/include/comtest_strings.h b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/include/comtest_strings.h index d21d06f8e..8153d118f 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/include/comtest_strings.h +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/include/comtest_strings.h @@ -51,8 +51,8 @@ licensing and training services. */ -#ifndef COMTEST_H -#define COMTEST_H +#ifndef COMTEST_STRINGS_H +#define COMTEST_STRINGS_H void vStartComTestStringsTasks( unsigned portBASE_TYPE uxPriority, unsigned long ulBaudRate, unsigned portBASE_TYPE uxLED ); portBASE_TYPE xAreComTestTasksStillRunning( void ); -- 2.39.5