FreeRTOS-Kernel/20100923-V6.1.0-RC2/Demo/CORTEX_LM3Sxxxx_Rowley/lcd_message.h
Richard Barry 4baf272c92
2010-09-23 18:11:20 +00:00

10 lines
133 B
C

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