summaryrefslogtreecommitdiff
path: root/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/lcd_message.h
blob: ced7a1dbc12159d1c7dc1030b40c9bce668142b5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef LCD_MESSAGE_H
#define LCD_MESSAGE_H

typedef struct
{
	char *pcMessage;
} xOLEDMessage;

#endif /* LCD_MESSAGE_H */