blob: ced7a1dbc12159d1c7dc1030b40c9bce668142b5 [file] [log] [blame]
#ifndef LCD_MESSAGE_H
#define LCD_MESSAGE_H
typedef struct
{
char *pcMessage;
} xOLEDMessage;
#endif /* LCD_MESSAGE_H */