Correct the name of the new Cortex M3 demo directory.

This commit is contained in:
Richard Barry 2009-08-12 16:17:33 +00:00
parent 2d4ed1801b
commit b401621a85
48 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,9 @@
#ifndef LCD_MESSAGE_H
#define LCD_MESSAGE_H
typedef struct
{
char *pcMessage;
} xOLEDMessage;
#endif /* LCD_MESSAGE_H */