mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-23 06:51:58 -04:00
10 lines
140 B
C
10 lines
140 B
C
#ifndef LCD_MESSAGE_H
|
|
#define LCD_MESSAGE_H
|
|
|
|
typedef struct
|
|
{
|
|
signed char *pcMessage;
|
|
} xOLEDMessage;
|
|
|
|
#endif /* LCD_MESSAGE_H */
|