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_IAR_Keil/lcd_message.h
2007-09-17 10:07:48 +00:00

10 lines
140 B
C

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