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