]> git.sur5r.net Git - freertos/commitdiff
Remove unused structure definition.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 9 Aug 2009 12:09:18 +0000 (12:09 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 9 Aug 2009 12:09:18 +0000 (12:09 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@838 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h

index f0d90fdf440a0b391afe745e72741623f2673ce1..c35b04e6413f5f0ee69197e37ac5435578c0f779 100644 (file)
@@ -150,10 +150,4 @@ extern void vConfigureTimerForRunTimeStats( void );
 #define portGET_RUN_TIME_COUNTER_VALUE() TIM0->TC\r
 \r
 \r
-/* The structure that is passed on the xLCDQueue.  Put here for convenience. */\r
-typedef struct\r
-{\r
-       char *pcMessage;\r
-} xLCDMessage;\r
-\r
 #endif /* FREERTOS_CONFIG_H */\r