mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
10 lines
133 B
C
10 lines
133 B
C
#ifndef LCD_MESSAGE_H
|
|
#define LCD_MESSAGE_H
|
|
|
|
typedef struct
|
|
{
|
|
char *pcMessage;
|
|
} xOLEDMessage;
|
|
|
|
#endif /* LCD_MESSAGE_H */
|