From: richardbarry Date: Sun, 9 Aug 2009 12:09:18 +0000 (+0000) Subject: Remove unused structure definition. X-Git-Tag: V5.4.2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=08039ffa15a1a66e4646a95ad37389f982a84e47;p=freertos Remove unused structure definition. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@838 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h index f0d90fdf4..c35b04e64 100644 --- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h +++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h @@ -150,10 +150,4 @@ extern void vConfigureTimerForRunTimeStats( void ); #define portGET_RUN_TIME_COUNTER_VALUE() TIM0->TC -/* The structure that is passed on the xLCDQueue. Put here for convenience. */ -typedef struct -{ - char *pcMessage; -} xLCDMessage; - #endif /* FREERTOS_CONFIG_H */