mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt
This commit is contained in:
parent
9af97b86f8
commit
45410fcd3a
414 changed files with 77762 additions and 0 deletions
9
Demo/CORTEX_LM3S2965_KEIL/lcd_message.h
Normal file
9
Demo/CORTEX_LM3S2965_KEIL/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