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

typedef struct
{
	signed char *pcMessage;
} xOLEDMessage;

#endif /* LCD_MESSAGE_H */