From: richardbarry Date: Thu, 30 Jun 2011 15:14:46 +0000 (+0000) Subject: Comment the new standard demo files that were introduced for the new MicroBlaze demo... X-Git-Tag: V7.0.2~131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e76af4113249441e01f03868fe65bbd65a99f635;p=freertos 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 --- 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 );