This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/lcd_message.h
2007-09-17 10:07:48 +00:00

10 lines
133 B
C

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