Remove unused structure definition.

This commit is contained in:
Richard Barry 2009-08-09 12:09:18 +00:00
parent 27135c4a1c
commit e9830a7ee3

View file

@ -150,10 +150,4 @@ extern void vConfigureTimerForRunTimeStats( void );
#define portGET_RUN_TIME_COUNTER_VALUE() TIM0->TC #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 */ #endif /* FREERTOS_CONFIG_H */