]> begriffs open source - freertos/blob - Demo/CORTEX_LM3S2965_GCC/lcd_message.h
Fixed bugs as listed to date in the tracker for the SourceForge project.
[freertos] / Demo / CORTEX_LM3S2965_GCC / lcd_message.h
1 #ifndef LCD_MESSAGE_H\r
2 #define LCD_MESSAGE_H\r
3 \r
4 typedef struct\r
5 {\r
6         char *pcMessage;\r
7 } xOLEDMessage;\r
8 \r
9 #endif /* LCD_MESSAGE_H */\r