Remove unused structure definition.

pull/4/head
Richard Barry 16 years ago
parent 27135c4a1c
commit e9830a7ee3

@ -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 */

Loading…
Cancel
Save