Fix function type errors
This commit is contained in:
parent
130e685e7d
commit
c6a0591118
2 changed files with 4 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
Epd();
|
||||
~Epd();
|
||||
void Init(void);
|
||||
int Init(void);
|
||||
void SendCommand(unsigned char command);
|
||||
void SendData(unsigned char data);
|
||||
void ReadBusy(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue