Fix function type errors

This commit is contained in:
SSYYL 2022-01-10 11:39:04 +08:00
commit c6a0591118
2 changed files with 4 additions and 2 deletions

View file

@ -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);