URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_LM3Sxxxx_Rowley/] [lcd_message.h] - Rev 825
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef LCD_MESSAGE_H #define LCD_MESSAGE_H typedef struct { char *pcMessage; } xOLEDMessage; #endif /* LCD_MESSAGE_H */
Go to most recent revision | Compare with Previous | Blame | View Log