mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update to V4.5.0 files and directory structure.
This commit is contained in:
parent
1362bebfdc
commit
98a9959a44
758 changed files with 53177 additions and 3139 deletions
9
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/lcd_message.h
Normal file
9
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/lcd_message.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef LCD_MESSAGE_H
|
||||
#define LCD_MESSAGE_H
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char *pcMessage;
|
||||
} xOLEDMessage;
|
||||
|
||||
#endif /* LCD_MESSAGE_H */
|
Loading…
Add table
Add a link
Reference in a new issue