mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove unused structure definition.
This commit is contained in:
parent
27135c4a1c
commit
e9830a7ee3
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue