10 lines
140 B
C

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