prototype fix
This commit is contained in:
parent
c621e9f192
commit
3249a8e3bc
1 changed files with 1 additions and 1 deletions
2
glcd.h
2
glcd.h
|
@ -53,7 +53,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/* Core functions */
|
||||
void lcdInit(GLCDDriver *);
|
||||
void lcdInit(GLCDDriver *GLCDD1);
|
||||
|
||||
void lcdClear(uint16_t color);
|
||||
void lcdSetOrientation(uint8_t newOrientation);
|
||||
|
|
Loading…
Add table
Reference in a new issue