FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/lcd_message.h
2012-08-11 21:34:11 +00:00

10 lines
133 B
C

#ifndef LCD_MESSAGE_H
#define LCD_MESSAGE_H
typedef struct
{
char *pcMessage;
} xOLEDMessage;
#endif /* LCD_MESSAGE_H */